totter 0.3.5 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/totter/version.rb +1 -1
- data/test/totter/transport/http_test.rb +1 -1
- metadata +1 -1
data/lib/totter/version.rb
CHANGED
|
@@ -9,7 +9,7 @@ class HttpTest < Totter::TestCase
|
|
|
9
9
|
|
|
10
10
|
def test_default_mashie_format
|
|
11
11
|
VCR.use_cassette 'client_http/configuration' do
|
|
12
|
-
assert_equal Hash, Totter.new(result_format
|
|
12
|
+
assert_equal Hash, Totter.new({:result_format => :hash}).configuration.class
|
|
13
13
|
end
|
|
14
14
|
end
|
|
15
15
|
|