Sha256: a88d41b13347879129eb0bef594932f9df46ba3a45ab28c946660d697cef374a
Contents?: true
Size: 328 Bytes
Versions: 2
Compression:
Stored size: 328 Bytes
Contents
begin require 'simplecov' SimpleCov.start do add_filter 'spec' end rescue LoadError end require 'bundler/setup' require 'strong_attributes' RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.expect_with(:rspec) {|c| c.syntax = :expect} config.order = :random end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
strong_attributes-0.0.2 | spec/spec_helper.rb |
strong_attributes-0.0.1 | spec/spec_helper.rb |