Skip to content

Commit

Permalink
Explicitly require json module in Ruby stepdefs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed May 15, 2015
1 parent 6852f01 commit d9a5b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/step_definitions/cucumber_js_mappings.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'json'

module CucumberJsMappings
STEP_DEFINITIONS_FILE = "features/step_definitions/cucumber_steps.js"
COFFEE_SCRIPT_DEFINITIONS_FILE = "features/step_definitions/cucumber_steps.coffee"
Expand Down

0 comments on commit d9a5b06

Please sign in to comment.