Sha256: bba7821780e10af7d5ae1e350bec966dacd1607cb23760713c295f4f9aaa82ed

Contents?: true

Size: 210 Bytes

Versions: 5

Compression:

Stored size: 210 Bytes

Contents

require "rails"
require File.dirname(__FILE__)+ "/../lib/x_ray_machine"

RSpec.configure do |config|
  config.raise_errors_for_deprecations!

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
x-ray-machine-1.0.4 spec/spec_helper.rb
x-ray-machine-1.0.3 spec/spec_helper.rb
x-ray-machine-1.0.2 spec/spec_helper.rb
x-ray-machine-1.0.1 spec/spec_helper.rb
x-ray-machine-1.0.0 spec/spec_helper.rb