Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Sep 21, 2016
1 parent c92bb01 commit 966ef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/proposal_store_test.rb
Expand Up @@ -94,7 +94,7 @@ def mock_properties(data = {})
it "does not crash if modules have not been found" do
# bnc#999953
allow(subject).to receive(:presentation_order)
.and_return([["test1","test2", "test3"]])
.and_return([["test1", "test2", "test3"]])
allow(subject).to receive(:tabs?).and_return(true)

expect(subject.help_text(0)).to be_a String
Expand Down

0 comments on commit 966ef59

Please sign in to comment.