-
- Téléchargements
update jasmine and move it to the test/development group
move jasmine to development and test env, update it
parent
1ea24739
Aucune branche associée trouvée
Aucune étiquette associée trouvée
... | ... | @@ -134,12 +134,11 @@ gem 'em-synchrony', '1.0.0', :platforms => :ruby_19 |
# jazzy jasmine | ||
# Use the latest Jasmine from github for asset pipeline compatibility | ||
gem 'jasmine', :git => 'git://github.com/pivotal/jasmine-gem.git' | ||
### GROUPS #### | ||
group :test do | ||
gem 'capybara', '~> 1.1.2' | ||
gem 'cucumber-rails', '1.3.0', :require => false | ||
gem 'database_cleaner', '0.7.1' | ||
... | ... | @@ -167,6 +166,11 @@ group :test do |
gem 'guard-cucumber' | ||
end | ||
group :test, :development do | ||
# Use the latest Jasmine from github for asset pipeline compatibility | ||
gem 'jasmine', :git => 'git://github.com/pivotal/jasmine-gem.git' | ||
end | ||
group :development do | ||
gem 'heroku' | ||
gem 'heroku_san' | ||
... | ... |
Veuillez vous inscrire ou vous se connecter pour commenter