Skip to content

Commit

Permalink
removing leftover files check and @wip as it's not part of the featur…
Browse files Browse the repository at this point in the history
…e anyway
  • Loading branch information
nruth authored and ianwhite committed Aug 11, 2010
1 parent 90247ea commit cf99cee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions features/dump_a_database.feature
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Feature: Dump a database
| db/dump/notes |


@wip

Scenario: silence runtime errors
When I run "rake db:dump FORCE=1 TABLES=doesntexist"
Then the exit status should be 1
Expand All @@ -75,9 +75,6 @@ Feature: Dump a database
Then the exit status should be 0
But the output should contain "dumping alsodoesntexist failed: SQLite3::SQLException: no such table: alsodoesntexist: SELECT COUNT(*) FROM alsodoesntexist"

And the following directories should not exist:
| db/dump/doesntexist |
| db/dump/alsodoesntexist |



0 comments on commit cf99cee

Please sign in to comment.