Skip to content

Commit

Permalink
Correct :jasmine_url in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed Sep 17, 2011
1 parent 0c7b85b commit db56b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ the supplied Rake task:

Next follows an example on how to configure your `Guardfile` with the Jasmine gem:

guard 'jasmine', :url => 'http://127.0.0.1:8888' do
guard 'jasmine', :jasmine_url => 'http://127.0.0.1:8888' do
watch(%r{public/javascripts/(.+)\.js}) { |m| "spec/javascripts/#{m[1]}_spec.js" }
watch(%r{spec/javascripts/(.+)_spec\.js}) { |m| "spec/javascripts/#{m[1]}_spec.js" }
watch(%r{spec/javascripts/support/jasmine\.yml}) { "spec/javascripts" }
Expand Down

0 comments on commit db56b07

Please sign in to comment.