fix tests

This commit is contained in:
r888888888
2016-05-26 13:17:18 -07:00
parent 30415d9e1e
commit 110569708e
6 changed files with 14 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ class SuperVoterTest < ActiveSupport::TestCase
end
should "create super voter objects" do
assert_difference("SuperVoter.count") do
assert_difference("SuperVoter.count", 2) do
SuperVoter.init!
end
end