Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Remove branch specifier from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Van Hove committed Feb 27, 2018
1 parent af4ac87 commit 5ed30f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/jasmine_rails_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5ed30f1

Please sign in to comment.