Sha256: d241880d508169dab23dfccc1e709553bd298416a3df93613286864732667cc9

Contents?: true

Size: 213 Bytes

Versions: 11

Compression:

Stored size: 213 Bytes

Contents

$LOAD_PATH << File.expand_path('../../lib', __FILE__)
require 'rubygems'
require 'bundler'

RSpec.configure do |config|
  config.mock_with :rspec
  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
zabbix-ruby-client-0.0.14 spec/spec_helper.rb
zabbix-ruby-client-0.0.13 spec/spec_helper.rb
zabbix-ruby-client-0.0.12 spec/spec_helper.rb
zabbix-ruby-client-0.0.11 spec/spec_helper.rb
zabbix-ruby-client-0.0.10 spec/spec_helper.rb
zabbix-ruby-client-0.0.9 spec/spec_helper.rb
zabbix-ruby-client-0.0.8 spec/spec_helper.rb
zabbix-ruby-client-0.0.7 spec/spec_helper.rb
zabbix-ruby-client-0.0.6 spec/spec_helper.rb
zabbix-ruby-client-0.0.5 spec/spec_helper.rb
zabbix-ruby-client-0.0.4 spec/spec_helper.rb