require_relative '../../../../test_helper' module Troo module Commands module Status describe Resource do let(:described_class) { Resource } # describe ".dispatch" do # subject { described_class.dispatch } # it "will be tested by the integration tests" do # skip # end # end end end end end