fix #1052 based on the work of Tim Madden. Thanks Tim!

This commit is contained in:
Reinier Balt 2011-02-26 11:38:39 +01:00
parent e9d92438d6
commit b53fbc64dc
8 changed files with 78 additions and 28 deletions

View file

@ -17,3 +17,7 @@ Then /the badge should show (.*)/ do |number|
badge.should == number.to_i
end
Given /^I am working on the mobile interface$/ do
@mobile_interface = true
end