Sha256: 1e439b491b8ab6c2f7e481fae438520a31d6fc74d5b5c7e053c8d3d13caeb86d
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 Bytes
Contents
# encoding: utf-8 require 'anima' require 'rspec' # require spec support files and shared behavior Dir[File.expand_path('../{support,shared}/**/*.rb', __FILE__)].each { |f| require(f) } if RUBY_VERSION < '1.9' require 'rspec/autorun' end RSpec.configure do |config| end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
anima-0.0.5 | spec/spec_helper.rb |
anima-0.0.4 | spec/spec_helper.rb |