Sha256: d43d6e753dcbfffffa2eaadff57fd188e13f1b76cf3eec9c8fd0f9a3697e6045

Contents?: true

Size: 290 Bytes

Versions: 17

Compression:

Stored size: 290 Bytes

Contents

Fabricator(:project) do
  name "Fabricated project"
  after_create{|project| project.create_revision_parser}
end

Fabricator(:project_mocked_parser, :from => :project) do
  name "Fabricated project, bmocked_parser"
  revision_parser(:force => true){Fabricate.build(:revision_parser)}
end


Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rallytastic-1.4.9 spec/fabricators/project.rb
rallytastic-1.4.8 spec/fabricators/project.rb
rallytastic-1.4.7 spec/fabricators/project.rb
rallytastic-1.4.6 spec/fabricators/project.rb
rallytastic-1.4.5 spec/fabricators/project.rb
rallytastic-1.4.4 spec/fabricators/project.rb
rallytastic-1.4.0 spec/fabricators/project.rb
rallytastic-1.3.0 spec/fabricators/project.rb
rallytastic-1.2.8 spec/fabricators/project.rb
rallytastic-1.2.7 spec/fabricators/project.rb
rallytastic-1.2.6 spec/fabricators/project.rb
rallytastic-1.2.5 spec/fabricators/project.rb
rallytastic-1.2.4 spec/fabricators/project.rb
rallytastic-1.2.3 spec/fabricators/project.rb
rallytastic-1.2.2 spec/fabricators/project.rb
rallytastic-1.2.1 spec/fabricators/project.rb
rallytastic-1.2.0 spec/fabricators/project.rb