Skip to content

Commit

Permalink
make miq-bot happy and remove all warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yrudman committed Jul 31, 2018
1 parent 3cd7c18 commit 965c393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/models/miq_widget_set_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@
expect(MiqWidgetSet.find_with_same_order([g2.id.to_s, g1.id.to_s])).to eq([g2, g1])
end
end

context "loading group specific defaul dashboard" do
describe ".sync_from_file" do
let(:dashboard_name) { "Dashboard for Group" }
before do
@yml_file = Tempfile.new('default_dashboard_for_group.yaml')
yml_data = YAML.load(<<-DOC)
yml_data = YAML.safe_load(<<~DOC, [Symbol])
---
name: #{dashboard_name}
read_only: t
Expand Down

0 comments on commit 965c393

Please sign in to comment.