Skip to content

Commit

Permalink
Ignore long method in common spec helper (style).
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Aug 5, 2014
1 parent a582543 commit c67d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module Emeril

module SpecCommon

def make_cookbook!(opts = {})
def make_cookbook!(opts = {}) # rubocop:disable Style/MethodLength
FileUtils.mkdir_p("#{cookbook_path}/recipes")
remote_dir = File.join(File.dirname(cookbook_path), "remote")

Expand Down

0 comments on commit c67d471

Please sign in to comment.