Starting to use Machinist, touching up spec helper, disabling some magic to get tests properly passing
This commit is contained in:
29
rails/map-mash/spec/blueprints.rb
Normal file
29
rails/map-mash/spec/blueprints.rb
Normal 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
|
||||
Reference in New Issue
Block a user