spec/spec_helper.rb in datts_right-0.0.31 vs spec/spec_helper.rb in datts_right-0.0.32
- old
+ new
@@ -4,10 +4,12 @@
require 'active_record'
require 'active_record/errors'
require 'rspec'
require 'datts_right'
require 'datts_right/page'
+require 'datts_right/page_without_reflection'
require 'datts_right/category'
+require 'datts_right/category_without_reflection'
# Allow to connect to SQLite
root = File.expand_path(File.join(File.dirname(__FILE__), '..'))
Dir.mkdir("db") unless File.directory?("db")
ActiveRecord::Base.establish_connection(