spec/models/user_spec.rb in refinerycms-authentication-0.9.9.19 vs spec/models/user_spec.rb in refinerycms-authentication-0.9.9.20
- old
+ new
@@ -147,7 +147,7 @@
it "deletes associated plugins" do
user.destroy
UserPlugin.find_by_user_id(user.id).should be_nil
end
end
-
+
end