Sha256: 84ed02f1b023cff2ea4bcb1175ce24726bb30456561d98002208755856094a69
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
require 'minitest_helper' describe Fantasyhub do subject { Fantasyhub } describe "event_scores_sum_for(uid)" do it "must get the sum of the event scores" do VCR.use_cassette("tenderlove_activity") do subject.event_scores_sum_for('tenderlove').must_equal 137 end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fantasyhub-1.0.1 | test/fantasyhub_test.rb |