spec/spec_helper.rb in basic-stats-0.0.1 vs spec/spec_helper.rb in basic-stats-0.0.2
- old
+ new
@@ -1,6 +1,7 @@
require "basic/stats"
+require "coveralls"
# 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
# loaded once.
@@ -15,5 +16,7 @@
# order dependency and want to debug it, you can fix the order by providing
# the seed, which is printed after each run.
# --seed 1234
config.order = 'random'
end
+
+Coveralls.wear!