Sha256: 63a86cc52d60394f44ef1aa114af32dd48e8ec7b37f296a0a7f2b69fd90f9c74

Contents?: true

Size: 374 Bytes

Versions: 9

Compression:

Stored size: 374 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'om'
require 'spec'
require 'spec/autorun'
require 'equivalent-xml/rspec_matchers'
require 'ruby-debug'

Spec::Runner.configure do |config|
  config.mock_with :mocha
end

def fixture(file)
  File.new(File.join(File.dirname(__FILE__), 'fixtures', file))
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
om-1.4.3 spec/spec_helper.rb
om-1.4.2 spec/spec_helper.rb
om-1.4.0 spec/spec_helper.rb
om-1.3.0 spec/spec_helper.rb
om-1.2.5 spec/spec_helper.rb
om-1.2.4 spec/spec_helper.rb
om-1.2.3 spec/spec_helper.rb
om-1.2.2 spec/spec_helper.rb
om-1.2.1 spec/spec_helper.rb