Skip to content

Commit

Permalink
Consistent callout during test generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
usiegj00 committed Oct 9, 2011
1 parent 9007558 commit fd5ebf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/step_definitions/rails_application_steps.rb
Expand Up @@ -31,9 +31,9 @@

When /^I run the airbrake generator with "([^\"]*)"$/ do |generator_args|
if rails3?
When %{I run "script/rails generate airbrake #{generator_args}"}
When %{I run "./script/rails generate airbrake #{generator_args}"}
else
When %{I run "script/generate airbrake #{generator_args}"}
When %{I run "./script/generate airbrake #{generator_args}"}
end
end

Expand Down

0 comments on commit fd5ebf5

Please sign in to comment.