Sha256: f9a3d7722abf3635615cf89329c7ef3988891c6d82f19692ff837d2208218a7b

Contents?: true

Size: 679 Bytes

Versions: 26

Compression:

Stored size: 679 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.

require 'ib'

module Motion
  class Config
    def self.files
      []
    end
  end

  module Project
    class App
      def self.config
        Motion::Config
      end
    end
  end
end

# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
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

26 entries across 26 versions & 1 rubygems

Version Path
ib-0.6.0 spec/spec_helper.rb
ib-0.5.0 spec/spec_helper.rb
ib-0.4.9 spec/spec_helper.rb
ib-0.4.8 spec/spec_helper.rb
ib-0.4.7 spec/spec_helper.rb
ib-0.4.6 spec/spec_helper.rb
ib-0.4.5 spec/spec_helper.rb
ib-0.4.4 spec/spec_helper.rb
ib-0.4.3 spec/spec_helper.rb
ib-0.4.2 spec/spec_helper.rb
ib-0.4.1 spec/spec_helper.rb
ib-0.4.0 spec/spec_helper.rb
ib-0.3.5 spec/spec_helper.rb
ib-0.3.4 spec/spec_helper.rb
ib-0.3.3 spec/spec_helper.rb
ib-0.3.2 spec/spec_helper.rb
ib-0.3.1 spec/spec_helper.rb
ib-0.3.0 spec/spec_helper.rb
ib-0.2.10 spec/spec_helper.rb
ib-0.2.9 spec/spec_helper.rb