Skip to content

Commit

Permalink
test for #164
Browse files Browse the repository at this point in the history
  • Loading branch information
artemk committed Jul 30, 2011
1 parent f0191b2 commit 75ac1f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/acts_as_taggable_on/acts_as_taggable_on_spec.rb
Expand Up @@ -277,4 +277,13 @@
end
end

describe "taggings" do
before(:each) do
@taggable = TaggableModel.new(:name => "Art Kram")
end

it 'should return [] taggings' do
@taggable.taggings.should == []
end
end
end

0 comments on commit 75ac1f5

Please sign in to comment.