Sha256: 9ee54a5f30e87104d9bb3cd789ce8c98a9c864a89b8d9b9568b50bea2592bb48
Contents?: true
Size: 621 Bytes
Versions: 1
Compression:
Stored size: 621 Bytes
Contents
# -*- encoding : utf-8 -*- # 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 'rspec' require 'lambda_driver' Dir["#{File.dirname(__FILE__)}/shared/**/*.rb"].each {|f| require f} RSpec.configure do |config| config.run_all_when_everything_filtered = true config.filter_run :focus config.expect_with(:rspec) { |c| c.syntax = :should } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lambda_driver-1.3.0 | spec/spec_helper.rb |