Sha256: beb6735664222d991da81513d9b38a1fab2f123fda70b0e987cee251e66f67d4

Contents?: true

Size: 221 Bytes

Versions: 10

Compression:

Stored size: 221 Bytes

Contents

require 'turnip/rspec'
require 'turnip_formatter'

RSpec.configure do |config|
  config.add_formatter RSpecTurnipFormatter, 'report.html'
end

Dir.glob(File.dirname(__FILE__) + "/steps/**/*steps.rb") { |f| load f, true }

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
turnip_formatter-0.2.0 example/spec_helper.rb
turnip_formatter-0.1.2 spec/examples/spec_helper.rb
turnip_formatter-0.1.1 spec/examples/spec_helper.rb
turnip_formatter-0.1.0 spec/examples/spec_helper.rb
turnip_formatter-0.0.6 spec/examples/spec_helper.rb
turnip_formatter-0.0.5 spec/examples/spec_helper.rb
turnip_formatter-0.0.4 spec/examples/spec_helper.rb
turnip_formatter-0.0.3 spec/examples/spec_helper.rb
turnip_formatter-0.0.2 spec/examples/spec_helper.rb
turnip_formatter-0.0.1 spec/examples/spec_helper.rb