Skip to content

Instantly share code, notes, and snippets.

@solars
Created December 1, 2014 14:56
Show Gist options
  • Save solars/6e89416a0746b5841216 to your computer and use it in GitHub Desktop.
Save solars/6e89416a0746b5841216 to your computer and use it in GitHub Desktop.
describe 'Groups' do
before :each do
DataMapper::Model.descendants.each {|m| m.all.destroy }
Property.all.destroy
create_group # creates objects
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment