Skip to content

Commit

Permalink
Merge branch 'master' into fail-to-throw
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Nov 29, 2015
2 parents b02b965 + f5d824c commit 94accb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/active_interaction/concerns/runnable_spec.rb
Expand Up @@ -43,7 +43,7 @@
context name do
it 'does not raise an error' do
expect do
klass.set_callback name, :before, -> (_) {}
klass.set_callback name, :before, -> {}
end.to_not raise_error
end

Expand Down

0 comments on commit 94accb1

Please sign in to comment.