Sha256: 057c74ffcd38a5dee9443c7d8a86e5684c83df2cfe0926b7afae2f4ad01b6f53
Contents?: true
Size: 262 Bytes
Versions: 9
Compression:
Stored size: 262 Bytes
Contents
require 'test_helper' describe API::Team do subject { API::Team } it 'should respond to get_all' do subject.must_respond_to :get_all end it 'should response to get_all_with_schedule' do subject.must_respond_to :get_all_with_schedule end end
Version data entries
9 entries across 9 versions & 1 rubygems