Sha256: 5f38eda073d70863352b0e5f32ed0c6f7473abe7a4b81f334254bdf516024127

Contents?: true

Size: 233 Bytes

Versions: 1

Compression:

Stored size: 233 Bytes

Contents

module CouchRestRails

  mattr_accessor :test_environment
  self.test_environment = 'test'

  mattr_accessor :setup_path
  self.setup_path = 'db/couch'

  mattr_accessor :fixture_path
  self.fixture_path = 'test/fixtures/couch'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
therealadam-couchrest-rails-0.1.1 lib/couch_rest_rails.rb