Sha256: 22a6210205179df8e14960384ae6da4e5bb098f4a4d9a61b65cd887119bb87b7
Contents?: true
Size: 427 Bytes
Versions: 5
Compression:
Stored size: 427 Bytes
Contents
require 'test_helper' class HominidTest < Test::Unit::TestCase should "probably rename this file and start testing for real" do flunk "hey buddy, you should probably rename this file and start testing for real" end should "raise an error when accepting an API key without the datacenter prefix (-)" do assert_raise(ArgumentError) do Hominid::Base.new({ :api_key => 'this_is_wrong' }) end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
hominid-2.2.0 | test/hominid_test.rb |
hominid-2.1.10 | test/hominid_test.rb |
hominid-2.1.9 | test/hominid_test.rb |
hominid-2.1.7 | test/hominid_test.rb |
hominid-2.1.6 | test/hominid_test.rb |