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

Commit

Permalink
Fixed jasmine-core reference in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jan 1, 2022
1 parent e3649c5 commit 129a8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jasmine_rails_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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', ref: '3.99'"
f.puts "gem 'jasmine-core', :git => 'http://github.com/jasmine/jasmine.git', ref: 'main'"
if RUBY_PLATFORM != 'java' && rails_version == 'rails4'
f.puts "gem 'thin'"
end
Expand Down

0 comments on commit 129a8dc

Please sign in to comment.