Skip to content

Commit

Permalink
Fix cucumber test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Sep 19, 2013
1 parent 946cec7 commit c572f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/dependency_helpers.rb
Expand Up @@ -24,6 +24,6 @@ def build_gem(name, version)
end
end

if defined?(World)
if respond_to?(:World)
World(DependencyHelpers)
end

0 comments on commit c572f8c

Please sign in to comment.