Sha256: bb60eae9b9b38d0f3c0afb3130132ff44fc640700fcac06f926b50473e9be1cf

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

require 'rubygems'
require 'bundler'
Bundler.setup
require 'spec'
require 'spec/autorun'
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'timeframe'

Spec::Runner.configure do |config|
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
timeframe-0.0.11 spec/spec_helper.rb
timeframe-0.0.10 spec/spec_helper.rb
timeframe-0.0.9 spec/spec_helper.rb