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