Sha256: bba3eb4610d7ad05c4ea14e7febb1f84edc97dabf228c8cc81df47ee6e0d2825
Contents?: true
Size: 245 Bytes
Versions: 11
Compression:
Stored size: 245 Bytes
Contents
require "byebug" require "simplecov" SimpleCov.start if ENV["CI"] == "true" require "codecov" SimpleCov.formatter = SimpleCov::Formatter::Codecov end RSpec.configure do |config| config.expect_with(:rspec) { |c| c.syntax = :expect } end
Version data entries
11 entries across 11 versions & 1 rubygems