Skip to content

Commit

Permalink
dont assign test var to appease rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jpowell committed May 16, 2019
1 parent e062e71 commit 465377e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
.times(2)

# act
main_menu = store.find_all(content_type: 'menu')
store.find_all(content_type: 'menu')
.apply(name: 'Main Menu')
.first
end
Expand Down

0 comments on commit 465377e

Please sign in to comment.