Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
changed capybara config and the feature seems to now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
markryall committed Nov 17, 2012
1 parent 9fc903c commit b9befb5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cucumber.yml
@@ -1,2 +1,2 @@
default: -t ~@wip -strict features
default: -t ~@wip --strict features
wip: -t @wip --wip features
1 change: 0 additions & 1 deletion 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
Expand Down
1 change: 0 additions & 1 deletion features/support/env.rb
Expand Up @@ -57,5 +57,4 @@
# 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

0 comments on commit b9befb5

Please sign in to comment.