Sha256: 42c2004111bc2c64e613f2c3d5e77f6b1666aa70e0daed09296814beb824cdf7

Contents?: true

Size: 275 Bytes

Versions: 5

Compression:

Stored size: 275 Bytes

Contents

require 'spec_helper'

SimpleCov.command_name('World') unless RUBY_VERSION.to_s < '1.9.0'

describe 'World, Integration' do

  before(:each) do
    @world = CukeModeler::World
    @world.loaded_step_patterns.clear
  end

  # Nothing left to do here for now.
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cuke_modeler-0.3.0 spec/integration/world_integration_spec.rb
cuke_modeler-0.2.0 spec/integration/world_integration_spec.rb
cuke_modeler-0.1.0 spec/integration/world_integration_spec.rb
cuke_modeler-0.0.2 spec/integration/world_integration_spec.rb
cuke_modeler-0.0.1 spec/integration/world_integration_spec.rb