Sha256: 684113e3e0a9c42ce4f463eafa64710522d0d7add3f2694d7ad3bb8ac724ca48

Contents?: true

Size: 536 Bytes

Versions: 3

Compression:

Stored size: 536 Bytes

Contents

require 'rubygems'
require 'sinatra'
require 'forwardable'
require 'rack/test'
require 'mongo'
require 'rackamole'
gem     'agnostic-will_paginate'
require 'will_paginate'
require 'forwardable'

require File.expand_path( File.join(File.dirname(__FILE__), %w[data fixtures]))
require File.expand_path( File.join(File.dirname(__FILE__), %w[.. lib wackamole]))

# BOZO !! To run test you'll need to start a mongo instance
# BOZO !! Rake task pleeease!!
# mongod --dbpath /data/wackamole/ --port 27099
Spec::Runner.configure do |config|
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wackamole-0.1.4 spec/spec_helper.rb
wackamole-0.1.3 spec/spec_helper.rb
wackamole-0.1.2 spec/spec_helper.rb