mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-09 04:56:21 +10:00
changed capybara config and the feature seems to now pass
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
default: -t ~@wip -strict features
|
||||
default: -t ~@wip --strict features
|
||||
wip: -t @wip --wip features
|
||||
@@ -1,4 +1,3 @@
|
||||
@wip
|
||||
Feature: Main process of Ocelots
|
||||
AS A normal user
|
||||
I WANT TO use main functionality of Ocelots
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user