Sha256: 6c1ec6b667b5a548af2664c30ae90a0141657c49014d2c4dd786f1407de31371
Contents?: true
Size: 595 Bytes
Versions: 4
Compression:
Stored size: 595 Bytes
Contents
# frozen_string_literal: true require 'simplecov' SimpleCov.start { add_filter '/spec/' } require 'rika' def fixture_path(*paths) File.expand_path(File.join(File.dirname(__FILE__), 'fixtures', *paths)) end # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| # Enable the line below if you want ", focus: true" after a test declaration to # denote the only tests that will be run: # config.filter_run :focus config.order = 'random' config.example_status_persistence_file_path = 'spec/rspec-failed-tests-control-file.txt' end Rika.init
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rika-2.0.3-java | spec/spec_helper.rb |
rika-2.0.2-java | spec/spec_helper.rb |
rika-2.0.1-java | spec/spec_helper.rb |
rika-2.0.0-java | spec/spec_helper.rb |