Sha256: 21d0783c659b8cf27e5d270928df44e462d8b0c84f1bcd3d082cb94d24486537

Contents?: true

Size: 171 Bytes

Versions: 6

Compression:

Stored size: 171 Bytes

Contents

module Rubix
  module IntegrationHelper

    def integration_test
      pending("A live Zabbix API to test against") unless $RUBIX_INTEGRATION_TEST
    end
    
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rubix-0.0.7 spec/support/integration_helper.rb
rubix-0.0.6 spec/support/integration_helper.rb
rubix-0.0.5 spec/support/integration_helper.rb
rubix-0.0.4 spec/support/integration_helper.rb
rubix-0.0.3 spec/support/integration_helper.rb
rubix-0.0.2 spec/support/integration_helper.rb