Sha256: e786a2543aacd756dc07e5d0f7d42d9eb8c3cb324cbfb698953e4069344384f9

Contents?: true

Size: 597 Bytes

Versions: 4

Compression:

Stored size: 597 Bytes

Contents

require 'rspec'
require 'active_support/cache'
require 'active_support/cache/memory_store'
require_relative "../lib/fast_serializer"
require_relative "support/test_models"

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus

  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = 'random'

  config.expect_with(:rspec) { |c| c.syntax = [:should, :expect] }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fast_serializer-1.1.2 spec/spec_helper.rb
fast_serializer-1.1.1 spec/spec_helper.rb
fast_serializer-1.1.0 spec/spec_helper.rb
fast_serializer-1.0.2 spec/spec_helper.rb