Skip to content

Instantly share code, notes, and snippets.

@solars
Created December 1, 2014 14:56
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