Project

General

Profile

« Previous | Next » 

Revision bde3e87f

Added by Greg Sutcliffe over 9 years ago

Fixes #8321 - correctly pull Compute Resource image method from compute attributes

View differences:

test/factories/config_template.rb
end
factory :os_default_template do
config_template
operatingsystem
template_kind
config_template { FactoryGirl.create(:config_template, :template_kind => template_kind) }
operatingsystem { FactoryGirl.create(:operatingsystem, :config_templates => [config_template]) }
end
factory :template_kind do

Also available in: Unified diff