Fix Then step

pull/6827/head
Mark Maglana 14 years ago
parent adb37cb2f8
commit b7ecbde155
  1. 2
      features/step_definitions/_then_steps.rb

@ -159,5 +159,5 @@ end
Then /^(issue|task|story) (.+) should have (.+) set to (.+)$/ do |type, subject, attribute, value|
issue = Issue.find_by_subject(subject)
"#{@story[attribute]}".should == value
issue[attribute].should == value.to_i
end

Loading…
Cancel
Save