spec/spec_helper.rb in jekyll-auth-2.1.1 vs spec/spec_helper.rb in jekyll-auth-2.1.2
- old
+ new
@@ -46,9 +46,10 @@
end
def execute_bin(env, *args)
output, status = Open3.capture2e(env, bin_path, *args)
raise "Command `#{bin_path} #{args.join(" ")}` failed: #{output}" if status != 0
+
output
end
Dotenv.load
ENV["GITHUB_CLIENT_ID"] ||= "IGNORE"