Sha256: 17cf7341507a06483cab905606a71569b7db9a0a14c96011a9136364a577bfec
Contents?: true
Size: 360 Bytes
Versions: 23
Compression:
Stored size: 360 Bytes
Contents
require 'spec_helper' describe ActiveRecord::Turntable::Base do before(:all) do reload_turntable!(File.join(File.dirname(__FILE__), "../../config/turntable.yml")) end context "When installed to ActiveRecord::Base" do it "ActiveRecord::Base respond_to 'turntable'" do expect(ActiveRecord::Base).to respond_to(:turntable) end end end
Version data entries
23 entries across 23 versions & 1 rubygems