Sha256: 17940e65c85639b14a006b118b5e0b09291b0feb7070d3d972f64031b3bae4a9
Contents?: true
Size: 577 Bytes
Versions: 4
Compression:
Stored size: 577 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'couchrest_model_search' require 'rspec' require 'rspec/autorun' COUCHDB_SERVER = CouchRest.new "http://admin:password@localhost:5984" DB = COUCHDB_SERVER.database!('couchrest_model_search_test') RSpec.configure do |config| # == Mock Framework # # 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 config.mock_with :rspec end
Version data entries
4 entries across 4 versions & 1 rubygems