diff --git a/spec/support/blueprints.rb b/spec/support/blueprints.rb index 6b65736..27ffa1b 100644 --- a/spec/support/blueprints.rb +++ b/spec/support/blueprints.rb @@ -21,6 +21,7 @@ Tag.blueprint do end # these need to exist for stories to use them +Tag.destroy_all Tag.make!(:tag => "tag1") Tag.make!(:tag => "tag2")