test/unit/callbacks_test.rb in superstore-1.0.12 vs test/unit/callbacks_test.rb in superstore-1.1.0
- old
+ new
@@ -1,9 +1,9 @@
require 'test_helper'
class Superstore::CallbacksTest < Superstore::TestCase
class TestIssue < Superstore::Base
- self.column_family = 'Issues'
+ self.table_name = 'Issues'
string :description
%w(before_validation after_validation after_save after_create after_update after_destroy).each do |method|
send(method) do
callback_history << method