Sha256: fbdd74976b50c1b7ac44a8c627d3fd583ec78461c95e10ab1be2a998f6c854bd

Contents?: true

Size: 445 Bytes

Versions: 8

Compression:

Stored size: 445 Bytes

Contents

require 'rubygems'
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
# mongod --dbpath /data/wackamole/ --port 27777
Spec::Runner.configure do |config|
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wackamole-0.0.8 spec/spec_helper.rb
wackamole-0.0.7 spec/spec_helper.rb
wackamole-0.0.6 spec/spec_helper.rb
wackamole-0.0.5 spec/spec_helper.rb
wackamole-0.0.4 spec/spec_helper.rb
wackamole-0.0.3 spec/spec_helper.rb
wackamole-0.0.2 spec/spec_helper.rb
wackamole-0.0.1 spec/spec_helper.rb