Skip to content

Commit

Permalink
Merge remote-tracking branch 'tomdracz/master' into rails_5_update
Browse files Browse the repository at this point in the history
  • Loading branch information
tardate committed May 12, 2017
2 parents ceba700 + 1f36246 commit 9db7e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mandrill-rails/web_hook_processor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def head(*args) ; end
describe "##skip_before_action settings" do
subject { processor_class.skip_before_action_settings }
it "includes verify_authenticity_token" do
expect(subject).to eql([:verify_authenticity_token])
expect(subject).to eql([:verify_authenticity_token, { raise: false }])
end
end

Expand Down

0 comments on commit 9db7e12

Please sign in to comment.