Sha256: 9d66667012176d4df90bf79d3532f5f0494586daee1e45ba221efe004b53b29d

Contents?: true

Size: 269 Bytes

Versions: 3

Compression:

Stored size: 269 Bytes

Contents

require 'test_helper'

class WebhookrTest < ActiveSupport::TestCase
  test "should have Webhookr configuration" do
    assert_kind_of Hash, Webhookr.config
  end
  
  test "should have a basic_auth hash" do
    assert_kind_of Hash, Webhookr.config.basic_auth
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
webhookr-0.2.0 test/webhookr_test.rb
webhookr-0.1.0 test/webhookr_test.rb
webhookr-0.0.2 test/webhookr_test.rb