Skip to content

Commit

Permalink
Access Jasmine from the top-level constant hierarchy (Fixes #43).
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Mar 9, 2012
1 parent 3ae0d3d commit 6ae9285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/jasmine/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def initialize(name = :jasmine, options = '')
desc 'Run all Jasmine specs'
task(name) do
begin
Guard::Jasmine::CLI.start(options.split)
::Guard::Jasmine::CLI.start(options.split)

rescue SystemExit => e
case e.status
Expand Down

0 comments on commit 6ae9285

Please sign in to comment.