Skip to content

Commit

Permalink
remove used version of petition step def
Browse files Browse the repository at this point in the history
  • Loading branch information
ansonK committed Jul 30, 2015
1 parent 3179381 commit be4cb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/petition_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
@petition = FactoryGirl.create(:archived_petition, :rejected, title: title, reason_for_rejection: reason_for_rejection)
end

When(/^[I|they] view the petition$/) do
When(/^I view the petition$/) do
if @petition.is_a?(ArchivedPetition)
visit archived_petition_url(@petition)
else
Expand Down

0 comments on commit be4cb3b

Please sign in to comment.