test/test_order_attribute.rb in clevic-0.12.0 vs test/test_order_attribute.rb in clevic-0.13.0.b1
- old
+ new
@@ -1,8 +1,8 @@
require File.dirname(__FILE__) + '/test_helper'
require 'clevic/order_attribute.rb'
-class Dummy < ActiveRecord::Base
+class Dummy < Sequel::Model
end
# need to set up a test DB, and test data for this
class TestOrderAttribute < Test::Unit::TestCase
def setup