Skip to content

Commit

Permalink
Fix failing cuke with new rspec-core changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cupakromer committed Jan 13, 2015
1 parent f2af9a2 commit 4555156
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions features/feature_specs/feature_spec.feature
Expand Up @@ -40,10 +40,11 @@ Feature: Feature spec
And the output should contain "1 example, 0 failures, 1 pending"
And the output should contain:
"""
Pending:
Widget management User creates a new widget
# Feature specs require the Capybara (http://github.com/jnicklas/capybara) gem, version 2.2.0 or later. We recommend version 2.4.0 or later to avoid some deprecation warnings and have support for `config.expose_dsl_globally = false`.
# ./spec/features/widget_management_spec.rb:4
Pending: (Failures listed here are expected and do not affect your suite's status)
1) Widget management User creates a new widget
# Feature specs require the Capybara (http://github.com/jnicklas/capybara) gem, version 2.2.0 or later. We recommend version 2.4.0 or later to avoid some deprecation warnings and have support for `config.expose_dsl_globally = false`.
# ./spec/features/widget_management_spec.rb:4
"""

@capybara
Expand Down

0 comments on commit 4555156

Please sign in to comment.