Skip to content

Commit

Permalink
:down, not :up for after(:each)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lori Holden committed Dec 22, 2008
1 parent eae0e56 commit 38626d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merb_sequel/spec/spec_helper.rb
Expand Up @@ -28,7 +28,7 @@ def down
end

after(:each) do
CreateSpecModel.apply(DB, :up)
CreateSpecModel.apply(DB, :down)
end
end

Expand Down

0 comments on commit 38626d6

Please sign in to comment.