Starting to use Machinist, touching up spec helper, disabling some magic to get tests properly passing

This commit is contained in:
Dan Buch
2012-03-10 17:47:53 -05:00
parent 8ec802a2bf
commit f177ecde2a
5 changed files with 40 additions and 44 deletions

View File

@@ -0,0 +1,29 @@
require 'machinist/active_record'
require 'sham'
require 'faker'
Map.blueprint do
end
Mash.blueprint do
end
MashTournament.blueprint do
end
MashTournamentRound.blueprint do
end
Requester.blueprint do
end