spec/spec_helper.rb in invoker-1.0.3 vs spec/spec_helper.rb in invoker-1.0.4
- old
+ new
@@ -1,5 +1,8 @@
require "pry"
+require 'coveralls'
+Coveralls.wear!
+
require "invoker"
# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper"` to ensure that it is only