Skip to content

Commit

Permalink
Make world_spec.rb pass [cucumber#356]
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Aug 24, 2009
1 parent 2a808c7 commit c12794d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/cucumber/rails/world_spec.rb
Expand Up @@ -5,6 +5,11 @@

it "should run without Test::Unit.run defined" do
require "mini_rails"

step_mother = Cucumber::StepMother.new
step_mother.load_natural_language('en')
rb = step_mother.load_programming_language('rb')

require "cucumber/rails/world"
end

Expand Down

0 comments on commit c12794d

Please sign in to comment.