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

Version Path
nfl_data-0.0.14 test/nfl_data/api/team_test.rb
nfl_data-0.0.13 test/nfl_data/api/team_test.rb
nfl_data-0.0.12 test/nfl_data/api/team_test.rb
nfl_data-0.0.11 test/nfl_data/api/team_test.rb
nfl_data-0.0.10 test/nfl_data/api/team_test.rb
nfl_data-0.0.9 test/nfl_data/api/team_test.rb
nfl_data-0.0.8 test/nfl_data/api/team_test.rb
nfl_data-0.0.7 test/nfl_data/api/team_test.rb
nfl_data-0.0.6 test/nfl_data/api/team_test.rb