spec/spec_helper.rb in stackable_flash-0.0.7 vs spec/spec_helper.rb in stackable_flash-0.1.1
- old
+ new
@@ -23,6 +23,10 @@
# --seed 1234
config.order = 'random'
config.include StackableFlash::RspecMatchers
+ config.after(:each) do
+ StackableFlash.stacking = true
+ end
+
end