Sha256: fb54fac69a52e6d276bbb2d647f4fe60ee9507c08ae239c21b81e002635839d7

Contents?: true

Size: 300 Bytes

Versions: 4

Compression:

Stored size: 300 Bytes

Contents

require 'griddler/testing'
require 'griddler/sendgrid'
require 'action_dispatch'

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.order = 'random'
  config.include Griddler::Testing
  config.expect_with(:rspec) do |c|
    c.syntax = [:should, :expect]
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
griddler-sendgrid-1.2.0 spec/spec_helper.rb
griddler-sendgrid-1.1.0 spec/spec_helper.rb
griddler-sendgrid-1.0.1 spec/spec_helper.rb
griddler-sendgrid-1.0.0 spec/spec_helper.rb