features/step_definitions/bars/tabbar_steps.rb in briar-0.1.2 vs features/step_definitions/bars/tabbar_steps.rb in briar-0.1.3.b1
- old
+ new
@@ -1,16 +1,4 @@
-
-Given /^that the tabbar is visible$/ do
- pending "deprecated 0.0.5 - use 'Then I should see the tabbar'"
- should_see_tabbar
-end
-
-Then /^the tabbar is visible$/ do
- pending "deprecated 0.0.5 - use 'Then I should see the tabbar'"
- should_see_tabbar
-end
-
-
Then /^I should( not)? see the (?:tabbar|tab bar)$/ do |visibility|
visibility ? should_not_see_tabbar : should_see_tabbar
end
Then /^I should see (?:tabbar|tab bar) button "([^"]*)" at index (\d+)$/ do |name, index|