Sha256: abbb0027afd961109093415b557799456726b0e682269c35a6bd7d7f1b42f237
Contents?: true
Size: 671 Bytes
Versions: 5
Compression:
Stored size: 671 Bytes
Contents
# This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper.rb"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration require 'rallycat' require 'pry' require 'rally_rest_api' require 'artifice' root = File.expand_path('../..', __FILE__) Dir["#{root}/spec/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rallycat-0.4.0 | spec/spec_helper.rb |
rallycat-0.3.1 | spec/spec_helper.rb |
rallycat-0.3.0 | spec/spec_helper.rb |
rallycat-0.2.0 | spec/spec_helper.rb |
rallycat-0.1.0 | spec/spec_helper.rb |