spec/spec_helper.rb in namba-1.3.1 vs spec/spec_helper.rb in namba-1.3.2
- old
+ new
@@ -1,8 +1,8 @@
$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
require 'rspec'
require 'namba'
+require 'coveralls'
-RSpec.configure do |config|
-end
+Coveralls.wear!
\ No newline at end of file