Sha256: 7279404ef02bb7ff4252b929b9f82ea1f4b824fccfa7e225029e9f122c76b5d1

Contents?: true

Size: 183 Bytes

Versions: 7

Compression:

Stored size: 183 Bytes

Contents

require 'bundler/setup'
Bundler.setup

require 'hershey' # and any other gems you need

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = :should
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hershey-0.0.11 spec/spec_helper.rb
hershey-0.0.10 spec/spec_helper.rb
hershey-0.0.9 spec/spec_helper.rb
hershey-0.0.8 spec/spec_helper.rb
hershey-0.0.7 spec/spec_helper.rb
hershey-0.0.6 spec/spec_helper.rb
hershey-0.0.5 spec/spec_helper.rb