Skip to content

Instantly share code, notes, and snippets.

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 jamesbebbington/108041 to your computer and use it in GitHub Desktop.
Save jamesbebbington/108041 to your computer and use it in GitHub Desktop.
Running Integration Spec Task
.......................................F................F.................................................-----...---...------...------...------..----...........----...----.......----...---....------....................................
(::) failed steps (::)
expected: /Under Construction/m,
got: "" (using =~)
Diff:
@@ -1,2 +1,2 @@
-/Under Construction/m
+""
(Spec::Expectations::ExpectationNotMetError)
./features/step_definitions/webrat_steps.rb:90:in `/^I should see ["'](.*)["']$/'
features/admin/pages_management.feature:35:in `Then I should see 'Under Construction''
expected: /Under Construction/m,
got: "<html>\n <head>\n <title>My child</title>\n </head>\n <body>\n \n </body>\n</html>\n" (using =~)
Diff:
@@ -1,2 +1,2 @@
-/Under Construction/m
+"<html>\n <head>\n <title>My child</title>\n </head>\n <body>\n \n </body>\n</html>\n"
(Spec::Expectations::ExpectationNotMetError)
./features/step_definitions/webrat_steps.rb:90:in `/^I should see ["'](.*)["']$/'
features/admin/pages_management.feature:53:in `Then I should see 'Under Construction''
61 scenarios (2 failed, 59 passed)
337 steps (2 failed, 335 passed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment