lib/bddfire/web_steps.rb in bddfire-1.7.3 vs lib/bddfire/web_steps.rb in bddfire-1.7.4
- old
+ new
@@ -1,13 +1,13 @@
-require_relative 'web/web_methods'
-
-Given(/^I am on "(.*?)"$/) do |url|
- visit(url)
-end
-
-When(/^I fill in "(.*?)" with "(.*?)"$/) do |element, text|
- fill_in element, with: text
-end
-
-Then(/^I should see "(.*?)"$/) do |text|
- page.should have_content text
-end
+# require_relative 'web/web_methods'
+#
+# Given(/^I am on "(.*?)"$/) do |url|
+# visit(url)
+# end
+#
+# When(/^I fill in "(.*?)" with "(.*?)"$/) do |element, text|
+# fill_in element, with: text
+# end
+#
+# Then(/^I should see "(.*?)"$/) do |text|
+# page.should have_content text
+# end