Skip to content

Commit

Permalink
typofix before in cucumber should be Before
Browse files Browse the repository at this point in the history
  • Loading branch information
jigfox committed Nov 27, 2013
1 parent 7083584 commit 6833a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paper_trail/frameworks/cucumber.rb
@@ -1,5 +1,5 @@
# before hook for Cucumber
before do
Before do
::PaperTrail.enabled = false
::PaperTrail.enabled_for_controller = true
::PaperTrail.whodunnit = nil
Expand Down

0 comments on commit 6833a0e

Please sign in to comment.