Sha256: a57762d5247a4a6fddef483ea937620501150ae59438219855fbd7efb15e787f
Contents?: true
Size: 378 Bytes
Versions: 27
Compression:
Stored size: 378 Bytes
Contents
require 'spec_helper' module GoTransverseTractApi RSpec.describe Usage::RateTableEntry do before(:each) { http_auth } let(:response) { {a: 'b', c: 'd'} } describe ".find_by_eid" do it "returns rate table entries for a given rate table eid" do data = described_class.find_by_eid(5) expect(data).to_not be_nil end end end end
Version data entries
27 entries across 27 versions & 1 rubygems