Remove all white spaces

This commit is contained in:
taitus
2017-09-06 14:12:32 +02:00
parent 25560a27fc
commit 9b6b57a24c
13 changed files with 24 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ feature 'Communities' do
scenario 'Should display default content' do
proposal = create(:proposal)
community = proposal.community
user = create(:user)
user = create(:user)
login_as(user)
visit community_path(community)
@@ -103,7 +103,7 @@ feature 'Communities' do
scenario 'Should display topic edit button when author is logged' do
proposal = create(:proposal)
community = proposal.community
user = create(:user)
user = create(:user)
topic1 = create(:topic, community: community, author: user)
topic2 = create(:topic, community: community)
login_as(user)