Skip to content

Commit

Permalink
Use proper class method notation
Browse files Browse the repository at this point in the history
This was pedantic and just was bugging me... move along...
  • Loading branch information
NickLaMuro committed Jun 10, 2019
1 parent a6cec67 commit ab05314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/service_template_ansible_playbook_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
end.to raise_error(Exception)
end

it '#build_parameter_list' do
it '.build_parameter_list' do
name = catalog_item_options[:name]
catalog_extra_vars = catalog_item_options_two
description = catalog_item_options[:description]
Expand Down

0 comments on commit ab05314

Please sign in to comment.