Sha256: 1355d42768d8173987d0fd5a4623590c5e57d257aac7a653ab2fc477111a22b5
Contents?: true
Size: 269 Bytes
Versions: 2
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true require 'space2underscore' if ENV['COVERALLS'] require 'coveralls' Coveralls.wear! end Bundler.setup RSpec.configure do |config| config.order = 'random' config.expect_with :rspec do |rspec| rspec.syntax = :expect end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
space2underscore-0.5.3 | spec/spec_helper.rb |
space2underscore-0.5.2 | spec/spec_helper.rb |