Sha256: bdeeaf3cf44fc112f452a1c5d96be07af02552af51be117894e86ecec5aa6d11

Contents?: true

Size: 235 Bytes

Versions: 4

Compression:

Stored size: 235 Bytes

Contents

require_relative '../lib/hypercuke'

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = :expect # I hate Kernel#should with the fire of a thousand suns
  end

  config.after do
    Hypercuke.reset!
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hypercuke-0.5.2 spec/spec_helper.rb
hypercuke-0.5.1 spec/spec_helper.rb
hypercuke-0.5.0 spec/spec_helper.rb
hypercuke-0.4.1 spec/spec_helper.rb