spec/spec_helper.rb in zabbix-ruby-client-0.0.15 vs spec/spec_helper.rb in zabbix-ruby-client-0.0.16

- old
+ new

@@ -1,8 +1,11 @@ $LOAD_PATH << File.expand_path('../../lib', __FILE__) require 'rubygems' require 'bundler' +require 'coveralls' +Coveralls.wear! + RSpec.configure do |config| config.mock_with :rspec config.expect_with :rspec do |c| c.syntax = :expect end