hominid 2.2.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +0,0 @@
1
- require 'test_helper'
2
-
3
- class HominidTest < Test::Unit::TestCase
4
- should "probably rename this file and start testing for real" do
5
- flunk "hey buddy, you should probably rename this file and start testing for real"
6
- end
7
- should "raise an error when accepting an API key without the datacenter prefix (-)" do
8
- assert_raise(ArgumentError) do
9
- Hominid::Base.new({ :api_key => 'this_is_wrong' })
10
- end
11
- end
12
- end