Skip to content

Commit

Permalink
Fix specs for validation of embedded methods
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-u committed May 17, 2019
1 parent a3fee77 commit 842b6aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/controllers/miq_ae_class_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@
:new => {
:name => "method01",
:display_name => nil,
:embedded_methods => [],
:fields => [field, field],
:scope => "instance",
:language => "ruby"
Expand Down Expand Up @@ -567,6 +568,7 @@
:name => @method.name,
:language => 'ruby',
:scope => 'instance',
:embedded_methods => [],
:location => 'inline',
:fields => [field]
}
Expand Down

0 comments on commit 842b6aa

Please sign in to comment.