diff --git a/spec/jasmine_rails_spec.rb b/spec/jasmine_rails_spec.rb index 125a44a1..34c77e98 100644 --- a/spec/jasmine_rails_spec.rb +++ b/spec/jasmine_rails_spec.rb @@ -26,7 +26,7 @@ def bundle_install open('Gemfile', 'a') { |f| f.puts "gem 'jasmine', :path => '#{base}'" - f.puts "gem 'jasmine-core', :git => 'http://github.com/jasmine/jasmine.git', :branch => '3.0-features'" + f.puts "gem 'jasmine-core', :git => 'http://github.com/jasmine/jasmine.git'" if RUBY_PLATFORM != 'java' && ENV['RAILS_VERSION'] != 'rails5' f.puts "gem 'thin'" end @@ -185,7 +185,7 @@ def bundle_install before :all do FileUtils.cp('Gemfile', 'Gemfile-old') FileUtils.rm 'Gemfile.lock' - + open('Gemfile', 'a') { |f| f.puts "gem 'sprockets', '~> 4.0.0.beta6'" f.flush @@ -196,7 +196,7 @@ def bundle_install FileUtils.mkdir_p('app/assets/config') - open('app/assets/config/manifest.js', 'w') { |f| + open('app/assets/config/manifest.js', 'w') { |f| f.puts "//= link application.js" f.puts "//= link application.css" f.flush