Sha256: 608015e892082c05519a39a5e1f91627f03b61f236d739a3ed29697750bb13a1
Contents?: true
Size: 257 Bytes
Versions: 2
Compression:
Stored size: 257 Bytes
Contents
# encoding: utf-8 require 'abstract_type' require 'spec' require 'spec/autorun' # require spec support files and shared behavior Dir[File.expand_path('../{support,shared}/**/*.rb', __FILE__)].each { |f| require f } Spec::Runner.configure do |config| end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
abstract_type-0.0.2 | spec/spec_helper.rb |
abstract_type-0.0.1 | spec/spec_helper.rb |