changed capybara config and the feature seems to now pass

This commit is contained in:
Mark Ryall
2012-11-17 19:12:12 +10:00
parent 9fc903c121
commit b9befb508d
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
default: -t ~@wip -strict features
default: -t ~@wip --strict features
wip: -t @wip --wip features
-1
View File
@@ -1,4 +1,3 @@
@wip
Feature: Main process of Ocelots
AS A normal user
I WANT TO use main functionality of Ocelots
-1
View File
@@ -57,5 +57,4 @@ end
# See https://github.com/cucumber/cucumber-rails/blob/master/features/choose_javascript_database_strategy.feature
Cucumber::Rails::Database.javascript_strategy = :truncation
Capybara.app_host = 'http://localhost:3000'
Capybara.default_driver = :selenium