Sha256: b7602035be1ea52b5645b463746a45a81ee2b97c6cccc5aa00896b63342b9ecf

Contents?: true

Size: 297 Bytes

Versions: 1

Compression:

Stored size: 297 Bytes

Contents

# encoding: utf-8

$: << File.join(File.dirname(__FILE__), "/../../lib" )
require 'cucumber_priority'

if defined?(RSpec)
  RSpec.configure do |config|
    if config.respond_to?(:expect_with)
      config.expect_with(:rspec) do |c|
        c.syntax = [:expect, :should]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber_priority-0.1.2 spec/spec_helper.rb