Skip to content

Commit

Permalink
fix Gem Load Error
Browse files Browse the repository at this point in the history
There was an error while trying to load the gem 'yard-cucumber'.
Gem Load Error is: uninitialized constant Cucumber::Gherkin::AstBuilder

fixes #72
  • Loading branch information
Patrik Wehrli authored May 17, 2017
1 parent 93bbb31 commit 8a4043b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/city_builder.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Cucumber
module Parser
class CityBuilder < Gherkin::AstBuilder
class CityBuilder < ::Gherkin::AstBuilder

#
# The Gherkin Parser is going to call the various methods within this
Expand Down

0 comments on commit 8a4043b

Please sign in to comment.