Skip to content

Commit

Permalink
Fix rubocop offense Style/StringLiterals
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Sep 22, 2016
1 parent 4f1ef19 commit 0bddb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
app_id = ENV['OXR_APP_ID']

if app_id.nil? || app_id.empty?
puts "OXR_APP_ID env var not set skipping integration tests"
puts 'OXR_APP_ID env var not set skipping integration tests'
exit 0
end

Expand Down

0 comments on commit 0bddb43

Please sign in to comment.