Sha256: 1c61a7bdab9a007dd9bc68beddc5ac4ca9b892344b18e56fa5001231b96df392

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

require "rika"

def file_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'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rika-1.11.1-java spec/spec_helper.rb