Skip to content

Commit

Permalink
group_controller test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime1988 committed Jun 24, 2011
1 parent 4ab7354 commit 5be5bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/groups_controller_spec.rb
Expand Up @@ -81,7 +81,7 @@
context "a new own group" do context "a new own group" do
before do before do
model_attributes[:_founder] = @user.slug model_attributes[:_founder] = @user.slug
model_attributes[:_participants] = [Factory(:user).slug] model_attributes[:_participants] = [Factory(:user).id]
end end


it "should allow creating" do it "should allow creating" do
Expand Down

0 comments on commit 5be5bfa

Please sign in to comment.