Skip to content

Instantly share code, notes, and snippets.

@lukemelia
Created July 29, 2009 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukemelia/157861 to your computer and use it in GitHub Desktop.
Save lukemelia/157861 to your computer and use it in GitHub Desktop.
(::) failed steps (::)
expected 237 +/- (< 20), got 0 (Spec::Expectations::ExpectationNotMetError)
/Users/lmelia/devprojects/weplay/vendor/plugins/rspec/lib/spec/expectations/fail_with.rb:39:in `fail_with'
/Users/lmelia/devprojects/weplay/vendor/plugins/rspec/lib/spec/expectations/handler.rb:21:in `handle_matcher'
/Users/lmelia/devprojects/weplay/vendor/plugins/rspec/lib/spec/expectations/extensions/kernel.rb:27:in `should'
./features/steps/selenium/color_picker_steps.rb:101:in `/^the live preview should have new primary and secondary colors$/'
features/selenium/change_colors.feature:57:in `Then the live preview should have new primary and secondary colors'
expected element matching "#membership_136960 .children" to contain the text "(?-mix:Joe\ Player)", but was "" (Spec::Expectations::ExpectationNotMetError)
/Users/lmelia/devprojects/weplay/vendor/plugins/rspec/lib/spec/expectations/fail_with.rb:39:in `fail_with'
/Users/lmelia/devprojects/weplay/vendor/plugins/rspec/lib/spec/expectations/handler.rb:21:in `handle_matcher'
/Users/lmelia/devprojects/weplay/vendor/plugins/rspec/lib/spec/expectations/extensions/kernel.rb:27:in `should'
./features/steps/groups/group_steps.rb:1283:in `__instance_exec0'
/Users/lmelia/devprojects/weplay/vendor/plugins/webrat/lib/webrat/selenium/selenium_session.rb:35:in `automate'
./features/steps/groups/group_steps.rb:1282:in `/^I should see "([^\"]*)" has a child named "([^\"]*)"$/'
features/team_members/add_benchwarmer.feature:275:in `And I should see "Coach Joe" has a child named "Joe Player"'
Failing Scenarios:
cucumber features/selenium/change_colors.feature:49 # Scenario: Change and save color scheme for design page of the group creation wizard
cucumber features/team_members/add_benchwarmer.feature:265 # Scenario: Add coach with multiple children
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment