Commit 554b592c30a4f69c04b55fa58393847ea7213c21
1 parent
28e2c92c
Exists in
master
and in
1 other branch
move test-unit to all environments
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
| @@ -23,6 +23,7 @@ gem "thoughtbot-clearance", "0.8.2", | @@ -23,6 +23,7 @@ gem "thoughtbot-clearance", "0.8.2", | ||
| 23 | gem "fastercsv", "1.5.1", :platforms => :ruby_18 | 23 | gem "fastercsv", "1.5.1", :platforms => :ruby_18 |
| 24 | gem "delayed_job", "2.0.6" | 24 | gem "delayed_job", "2.0.6" |
| 25 | gem "redis", "~> 3.0.1" | 25 | gem "redis", "~> 3.0.1" |
| 26 | +gem "test-unit", "1.2.3" | ||
| 26 | 27 | ||
| 27 | gem "sendgrid", "0.1.4" | 28 | gem "sendgrid", "0.1.4" |
| 28 | gem "json_pure", "1.4.6" | 29 | gem "json_pure", "1.4.6" |
| @@ -40,7 +41,6 @@ group :cucumber do | @@ -40,7 +41,6 @@ group :cucumber do | ||
| 40 | end | 41 | end |
| 41 | 42 | ||
| 42 | group :test do | 43 | group :test do |
| 43 | - gem "test-unit", "1.2.3" | ||
| 44 | gem "rspec", "~>1.3.1" | 44 | gem "rspec", "~>1.3.1" |
| 45 | gem "rspec-rails", "1.3.4" | 45 | gem "rspec-rails", "1.3.4" |
| 46 | gem "shoulda", "~>2.10.1" | 46 | gem "shoulda", "~>2.10.1" |