Skip to content

Commit

Permalink
Fix inner block spacing (style).
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Aug 5, 2014
1 parent c67d471 commit 5b5d3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/integration/new_release_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
FileUtils.remove_dir(cookbook_path)
end

let(:cookbook_path) { File.join(Dir.mktmpdir, "emeril")}
let(:cookbook_path) { File.join(Dir.mktmpdir, "emeril") }

let(:logger) do
if ENV["DEBUG"]
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/skip_publish_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

include Emeril::SpecCommon

let(:cookbook_path) { File.join(Dir.mktmpdir, "emeril")}
let(:cookbook_path) { File.join(Dir.mktmpdir, "emeril") }

let(:logger) do
if ENV["DEBUG"]
Expand Down

0 comments on commit 5b5d3cf

Please sign in to comment.