Skip to content

Commit

Permalink
Expose bug in tag_list
Browse files Browse the repository at this point in the history
  • Loading branch information
atd committed Jun 17, 2011
1 parent 2ed57a3 commit d6d7498
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/models/group_spec.rb
Expand Up @@ -12,5 +12,14 @@
it "should have activity_object" do
Factory(:group).activity_object.should be_present
end

it "should save tag list" do
g = Factory(:group)

g.tag_list = "bla, ble"
g.save!

g.reload.tag_list.should be_present
end
end

0 comments on commit d6d7498

Please sign in to comment.