Skip to content

Instantly share code, notes, and snippets.

@timuruski
Created June 3, 2011 18:09
Show Gist options
  • Select an option

  • Save timuruski/1006822 to your computer and use it in GitHub Desktop.

Select an option

Save timuruski/1006822 to your computer and use it in GitHub Desktop.
let(:test_class) do
Class.new do
include MongoMapper::Document
set_collection_name 'proxied_collection_tests'
end
end
let(:test_instance) { test_class.create }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment