Sha256: 75341180db0a0d78fb2373c57591ec90b946cc65353a6a50680eee88fd843a45

Contents?: true

Size: 454 Bytes

Versions: 4

Compression:

Stored size: 454 Bytes

Contents

dir = File.dirname(__FILE__)

$:.unshift(File.join(dir, '/../lib/'))
require dir + '/../lib/roart'

def dbtime(time)
  time.strftime("%Y-%m-%d %H:%M:%S")
end

Spec::Runner.configure do |config|
  # == Mock Framework
  #
  # RSpec uses it's own mocking framework by default. If you prefer to
  # use mocha, flexmock or RR, uncomment the appropriate line:
  #
  # config.mock_with :mocha
  # config.mock_with :flexmock
  # config.mock_with :rr
end

# EOF

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pjdavis-roart-0.1.0 spec/spec_helper.rb
pjdavis-roart-0.1.1 spec/spec_helper.rb
pjdavis-roart-0.1.2 spec/spec_helper.rb
pjdavis-roart-0.1.3 spec/spec_helper.rb