test/test_helper.rb in superstore-2.0.1 vs test/test_helper.rb in superstore-2.1.0

- old
+ new

@@ -19,10 +19,10 @@ module Superstore class TestCase < ActiveSupport::TestCase def temp_object(&block) Class.new(Superstore::Base) do - self.table_name = 'Issues' + self.table_name = 'issues' string :force_save before_save { self.force_save = 'junk' } def self.name 'Issue'