Sha256: 663a0c3db3b4f70f30455d07c491da854e00575d0fd5ea576c57110b157a896b
Contents?: true
Size: 304 Bytes
Versions: 21
Compression:
Stored size: 304 Bytes
Contents
require File.dirname(__FILE__) + "/../spec_helper" describe 'Forum reader' do it "should have a topics association" do Reader.reflect_on_association(:topics).should_not be_nil end it "should have a posts association" do Reader.reflect_on_association(:posts).should_not be_nil end end
Version data entries
21 entries across 21 versions & 1 rubygems