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

Commit 129a8dc

Browse files
committed
Fixed jasmine-core reference in specs
1 parent e3649c5 commit 129a8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/jasmine_rails_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def bundle_install
3636

3737
open('Gemfile', 'a') { |f|
3838
f.puts "gem 'jasmine', :path => '#{base}'"
39-
f.puts "gem 'jasmine-core', :git => 'http://github.com/jasmine/jasmine.git', ref: '3.99'"
39+
f.puts "gem 'jasmine-core', :git => 'http://github.com/jasmine/jasmine.git', ref: 'main'"
4040
if RUBY_PLATFORM != 'java' && rails_version == 'rails4'
4141
f.puts "gem 'thin'"
4242
end

0 commit comments

Comments
 (0)