Skip to content

Commit

Permalink
fix(golang_spec.rb): fix rubocop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jan 16, 2020
1 parent 83ed92b commit 08340c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/integration/default/golang_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

go_path = '/home/kitchen/go'

# GO GET
Expand All @@ -13,10 +15,11 @@
it { should be_executable }
end

%w(
%w[
github.com/golang/example/hello
).each do |f|
].each do |f|
describe file("#{go_path}/src/#{f}") do
it { should exist }
end
end
end

0 comments on commit 08340c8

Please # to comment.