fixes specs (unauthenticated users can view spending proposal show)

This commit is contained in:
rgarcia
2016-06-20 21:54:45 +02:00
parent 9e910a834b
commit 00dbbd0689
2 changed files with 1 additions and 4 deletions

View File

@@ -178,9 +178,6 @@ feature 'Spending proposals' do
end
scenario "Show" do
user = create(:user)
login_as(user)
spending_proposal = create(:spending_proposal,
geozone: create(:geozone),
association_name: 'People of the neighbourhood')