Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed May 11, 2018
1 parent a72c10e commit 40e3b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/cwm/test/tree_test.rb
Expand Up @@ -36,7 +36,7 @@ def items

describe "#open_items_ids" do
it "returns array of ids for expanded items" do
allow(Yast::UI).to receive(:QueryWidget).and_return(:i2 => "ID")
allow(Yast::UI).to receive(:QueryWidget).and_return(i2: "ID")
expect(subject.open_items_ids).to eq [:i2]
end
end
Expand Down

0 comments on commit 40e3b18

Please sign in to comment.