Skip to content

Commit

Permalink
Fix Cucumber: community_id and community_membership.community_id mism…
Browse files Browse the repository at this point in the history
…atch
  • Loading branch information
rap1ds committed Apr 28, 2016
1 parent ae630dd commit e2174c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helper_modules.rb
Expand Up @@ -239,10 +239,10 @@ def load_default_test_data_to_db_before_test
created_at: "2012-05-04 18:17:04")

person2 = FactoryGirl.create(:person,
community_id: community2.id,
community_id: community1.id,
username: "kassi_testperson2",
emails: [
FactoryGirl.build(:email, community_id: community2.id, :address => "kassi_testperson4@example.com") ],
FactoryGirl.build(:email, community_id: community1.id, :address => "kassi_testperson4@example.com") ],
is_admin: false,
locale: "en",
encrypted_password: "$2a$10$WQHcobA3hrTdSDh1jfiMquuSZpM3rXlcMU71bhE1lejzBa3zN7yY2", #"testi"
Expand Down

0 comments on commit e2174c7

Please sign in to comment.