Sha256: 6bbaf57ab28d257aed5b6ca17659ffa2013c7c0319b464751b69b937f5cb8fb8
Contents?: true
Size: 253 Bytes
Versions: 3
Compression:
Stored size: 253 Bytes
Contents
require 'bundler/setup' require 'coveralls' require 'app_configuration' module Helpers def fixture_path File.expand_path(File.join('.', 'spec', 'fixtures')) end end Coveralls.wear! RSpec.configure do |config| config.include(Helpers) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
app_configuration-0.0.3 | spec/spec_helper.rb |
app_configuration-0.0.2 | spec/spec_helper.rb |
app_configuration-0.0.1 | spec/spec_helper.rb |