spec/support/user.rb in active_metadata-0.5.2 vs spec/support/user.rb in active_metadata-0.6.0
- old
+ new
@@ -1,8 +1,6 @@
# encoding: utf-8
class User < ActiveRecord::Base
- set_table_name :users
-
has_one :inbox
@@current_user = User.create!
def self.current
\ No newline at end of file