test/test_helper.rb in superstore-1.0.12 vs test/test_helper.rb in superstore-1.1.0
- old
+ new
@@ -18,10 +18,10 @@
module Superstore
class TestCase < ActiveSupport::TestCase
def temp_object(&block)
Class.new(Superstore::Base) do
- self.column_family = 'Issues'
+ self.table_name = 'Issues'
string :force_save
before_save { self.force_save = 'junk' }
def self.name
'Issue'