fixes conflicts with budget

This commit is contained in:
rgarcia
2016-07-27 11:41:46 +02:00
260 changed files with 8185 additions and 1693 deletions

View File

@@ -3,6 +3,14 @@ require 'rails_helper'
describe DebatesController do
describe 'POST create' do
before(:each) do
InvisibleCaptcha.timestamp_enabled = false
end
after(:each) do
InvisibleCaptcha.timestamp_enabled = true
end
it 'should create an ahoy event' do
sign_in create(:user)