From b9befb508d56fea610ef5a6591f9804a3374cb15 Mon Sep 17 00:00:00 2001 From: Mark Ryall Date: Sat, 17 Nov 2012 19:12:12 +1000 Subject: [PATCH] changed capybara config and the feature seems to now pass --- cucumber.yml | 2 +- features/main_process.feature | 1 - features/support/env.rb | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cucumber.yml b/cucumber.yml index 9635f34..ee003b4 100644 --- a/cucumber.yml +++ b/cucumber.yml @@ -1,2 +1,2 @@ -default: -t ~@wip -strict features +default: -t ~@wip --strict features wip: -t @wip --wip features \ No newline at end of file diff --git a/features/main_process.feature b/features/main_process.feature index 3bb9169..2069ed1 100644 --- a/features/main_process.feature +++ b/features/main_process.feature @@ -1,4 +1,3 @@ -@wip Feature: Main process of Ocelots AS A normal user I WANT TO use main functionality of Ocelots diff --git a/features/support/env.rb b/features/support/env.rb index e34641a..e3409e6 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -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