Sha256: d3224f1450321acbd9b0352d3e051919e863e1d66a459cf4291d9b8e21d126a5
Contents?: true
Size: 365 Bytes
Versions: 1
Compression:
Stored size: 365 Bytes
Contents
require 'rspec' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| config.color = true config.formatter = 'documentation' config.expect_with :rspec do |c| c.syntax = [:should, :expect] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kaminari-rspec-0.16.1 | spec/spec_helper.rb |