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

@@ -668,8 +668,8 @@ describe User do
end
it "should discard followed objects duplicated tags" do
proposal1 = create(:proposal, tag_list: "Sport")
proposal2 = create(:proposal, tag_list: "Sport")
proposal1 = create(:proposal, tag_list: "Sport")
proposal2 = create(:proposal, tag_list: "Sport")
budget_investment = create(:budget_investment, tag_list: "Sport")
create(:follow, followable: proposal1, user: user)