Skip to content

Commit

Permalink
Channels now need a user.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtko committed Mar 15, 2013
1 parent 91d40be commit adb613d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/factories/channel_factory.rb
Expand Up @@ -2,6 +2,7 @@
factory :primary_channel, :class => Channel do
id 1
name 'Lobby'
user
end

sequence :channel_name do |n|
Expand All @@ -10,5 +11,6 @@

factory :channel do
name { generate(:channel_name) }
user
end
end

0 comments on commit adb613d

Please sign in to comment.