Sha256: cd57ebdfb12c0adf643976f5c4b0f251301f0a6bb48cc80cfac0538eb4328c9e
Contents?: true
Size: 345 Bytes
Versions: 34
Compression:
Stored size: 345 Bytes
Contents
require 'test_helper' class TotterTest < Totter::TestCase def test_respond_to assert Totter.respond_to?(:new, true) end def test_new assert_equal Totter.new.class, Totter::Client end def test_method_missing VCR.use_cassette 'users/user' do assert_equal 'gotwalt', Totter.user('gotwalt').username end end end
Version data entries
34 entries across 34 versions & 1 rubygems