Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #90 from bdunne/activity_stream_spec
Browse files Browse the repository at this point in the history
Remove extra cruft in activity_stream_spec.rb
  • Loading branch information
bdunne authored Apr 20, 2017
2 parents ecb10e9 + 32cecbd commit dd23b4f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec/activity_stream_spec.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
describe AnsibleTowerClient::ActivityStream do
let(:url) { "example.com/api/v1/activity_stream" }
let(:api) { AnsibleTowerClient::Api.new(instance_double("Faraday::Connection")) }
let(:collection) { api.activity_stream }
let(:raw_url_collection) { build(:response_url_collection, :klass => described_class, :url => url) }
let(:raw_instance) { build(:response_instance, :group, :klass => described_class) }
let(:url) { "example.com/api/v1/activity_stream" }

include_examples "Api Methods"
end

0 comments on commit dd23b4f

Please sign in to comment.