Skip to content

Commit

Permalink
Fix whitespace formatting in spec helper
Browse files Browse the repository at this point in the history
  • Loading branch information
odlp committed Dec 11, 2018
1 parent ce4f28b commit c619dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -2,7 +2,7 @@
SPEC_ROOT = File.expand_path(__dir__).freeze

enable_coverage = ENV.key?("ENABLE_COVERAGE")
enable_coveralls = enable_coverage&& ENV.key?("COVERALLS_REPO_TOKEN")
enable_coveralls = enable_coverage && ENV.key?("COVERALLS_REPO_TOKEN")

if enable_coverage
require "simplecov"
Expand Down

0 comments on commit c619dc9

Please sign in to comment.