Sha256: db83de9197268ad7ad5f4ee48fb96c96713ff0a5929946d3a3bb98297bac700e

Contents?: true

Size: 295 Bytes

Versions: 3

Compression:

Stored size: 295 Bytes

Contents

require 'rspec'

require File.expand_path('../../lib/little_math_pet.rb', __FILE__)

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|; end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
little_math_pet-0.4.0 spec/spec_helper.rb
little_math_pet-0.3.0 spec/spec_helper.rb
little_math_pet-0.2.0 spec/spec_helper.rb