Sha256: f132fa151879fc688db753864f45d7d170d6bcc04f0eeccbd6dc2ca7952a5cc1

Contents?: true

Size: 426 Bytes

Versions: 23

Compression:

Stored size: 426 Bytes

Contents

require "pry"

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = [:should, :expect]
  end

  config.mock_with :rspec do |c|
    c.syntax = [:should, :expect]
  end

  config.before(raise_error_for_unimplemented_steps: true) do
    config.stub(:raise_error_for_unimplemented_steps) { true }
  end
end

Dir.glob(File.expand_path("../examples/**/*steps.rb", File.dirname(__FILE__))) { |f| require f }

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
turnip-4.4.1 spec/spec_helper.rb
turnip-4.4.0 spec/spec_helper.rb
turnip-4.3.0 spec/spec_helper.rb
turnip-4.2.0 spec/spec_helper.rb
turnip-4.1.0 spec/spec_helper.rb
turnip-4.0.1 spec/spec_helper.rb
turnip-4.0.0 spec/spec_helper.rb
turnip-3.1.0 spec/spec_helper.rb
turnip-3.0.0 spec/spec_helper.rb
turnip-3.0.0.pre.beta.5 spec/spec_helper.rb
turnip-3.0.0.pre.beta.4 spec/spec_helper.rb
turnip-3.0.0.pre.beta.3 spec/spec_helper.rb
turnip-3.0.0.pre.beta.2 spec/spec_helper.rb
turnip-3.0.0.pre.beta.1 spec/spec_helper.rb
turnip-2.1.1 spec/spec_helper.rb
turnip-2.1.0 spec/spec_helper.rb
turnip-2.0.2 spec/spec_helper.rb
turnip-2.0.1 spec/spec_helper.rb
turnip-2.0.0 spec/spec_helper.rb
turnip-1.3.1 spec/spec_helper.rb