Skip to content

Commit 4fb5496

Browse files
author
remi Taylor
committed
Remove rake from simple samples (all but Rails)
1 parent eb5bf68 commit 4fb5496

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+8
-470
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ install:
5050
- bundle install --deployment --path ../vendor/bundle --jobs=3 --retry=3
5151

5252
script:
53-
- bundle exec rake spec
53+
- bundle exec rspec

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ scaffolding for other frameworks and use cases.
2323
1. Run the tests from the command line.
2424
```
2525
bundle install
26-
bundle exec rake spec
26+
bundle exec rspec
2727
```
2828

2929
## Contributing changes

appengine/analytics/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ source "https://rubygems.org"
1717
gem "sinatra"
1818

1919
group :test do
20-
gem "rake"
2120
gem "rspec"
2221
gem "capybara"
2322
gem "poltergeist"

appengine/analytics/Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ GEM
2828
rack
2929
rack-test (0.6.3)
3030
rack (>= 1.0)
31-
rake (11.1.2)
3231
rspec (3.4.0)
3332
rspec-core (~> 3.4.0)
3433
rspec-expectations (~> 3.4.0)
@@ -59,7 +58,6 @@ PLATFORMS
5958
DEPENDENCIES
6059
capybara
6160
poltergeist
62-
rake
6361
rspec
6462
sinatra
6563

appengine/analytics/Rakefile

Lines changed: 0 additions & 18 deletions
This file was deleted.

appengine/cloudsql/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ gem "sinatra"
2222
gem "sequel"
2323

2424
group :test do
25-
gem "rake"
2625
gem "rspec"
2726
gem "capybara"
2827
gem "poltergeist"

appengine/cloudsql/Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ GEM
2929
rack
3030
rack-test (0.6.3)
3131
rack (>= 1.0)
32-
rake (11.1.2)
3332
rspec (3.4.0)
3433
rspec-core (~> 3.4.0)
3534
rspec-expectations (~> 3.4.0)
@@ -62,7 +61,6 @@ DEPENDENCIES
6261
capybara
6362
mysql2
6463
poltergeist
65-
rake
6664
rspec
6765
sequel
6866
sinatra

appengine/cloudsql/Rakefile

Lines changed: 0 additions & 18 deletions
This file was deleted.

appengine/datastore/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ gem "gcloud"
2020
# [END dependencies]
2121

2222
group :test do
23-
gem "rake"
2423
gem "rspec"
2524
end

appengine/datastore/Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ GEM
6666
rack (1.6.4)
6767
rack-protection (1.5.3)
6868
rack
69-
rake (10.5.0)
7069
retriable (1.4.1)
7170
rspec (3.4.0)
7271
rspec-core (~> 3.4.0)
@@ -101,7 +100,6 @@ PLATFORMS
101100

102101
DEPENDENCIES
103102
gcloud
104-
rake
105103
rspec
106104
sinatra
107105

0 commit comments

Comments
 (0)