Sha256: db130db6ac5c57ef2220b2756ef5193841be4c533f6064e18b6df15bcf2164e4
Contents?: true
Size: 226 Bytes
Versions: 4
Compression:
Stored size: 226 Bytes
Contents
require 'test_helper' class ConnectionTest < Minitest::Test let(:connection_options) { { :token => 'dummy' } } let(:connection) { Papertrail::Connection.new(connection_options) } def test_each_event skip end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
papertrail-0.10.4 | test/connection_test.rb |
papertrail-0.10.3 | test/connection_test.rb |
papertrail-0.10.1 | test/connection_test.rb |
papertrail-0.10.0 | test/connection_test.rb |