Sha256: adb84cebf5f913786d4e756aaae78c21f37739ab53bdb343979bba03dfbfe81f

Contents?: true

Size: 681 Bytes

Versions: 3

Compression:

Stored size: 681 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'rubygems'
require 'spotlight'

# 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
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

  def fixture(filename)
    File.dirname(__FILE__) + '/fixtures/' + filename
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spotlight-0.0.8 spec/spec_helper.rb
spotlight-0.0.7 spec/spec_helper.rb
spotlight-0.0.6 spec/spec_helper.rb