Sha256: 1cdcdeab8095cb98c8219f3b0b1bb32a4d48cbbce4c795070b28f8beefa83d1b
Contents?: true
Size: 133 Bytes
Versions: 2
Compression:
Stored size: 133 Bytes
Contents
require 'spec_helper' describe Topic do subject { Topic.create! } it { should be_valid } it { should have_many :features } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_featureable-0.0.2 | spec/models/featureable_spec.rb |
acts_as_featureable-0.0.1 | spec/featureable_spec.rb |