From b8b48afcbb9c32173c453296d722ff8f0c2da346 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Wed, 29 May 2013 10:35:00 -0400 Subject: [PATCH] how do i paren? --- middleman-core/features/support/env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleman-core/features/support/env.rb b/middleman-core/features/support/env.rb index 222176e6..c2413793 100644 --- a/middleman-core/features/support/env.rb +++ b/middleman-core/features/support/env.rb @@ -1,7 +1,7 @@ ENV["TEST"] = "true" ENV["AUTOLOAD_SPROCKETS"] = "false" -if ENV["COVERAGE"] && (RUBY_VERSION =~ /1\.9/ || RUBY_VERSION =~ /2\.0/)) +if ENV["COVERAGE"] && (RUBY_VERSION =~ /1\.9/ || RUBY_VERSION =~ /2\.0/) require 'simplecov' SimpleCov.root(File.expand_path(File.dirname(__FILE__) + '/../..')) SimpleCov.start do