Skip to content

Commit

Permalink
style: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 4, 2020
1 parent ba4c03c commit 09b0cd5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion lib/pact_broker/api/resources/group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module PactBroker
module Api
module Resources
class Group < BaseResource

def content_types_provided
[["text/csv", :to_csv]]
end
Expand Down
3 changes: 0 additions & 3 deletions lib/pact_broker/groups/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
require 'pact_broker/relationships/groupify'

module PactBroker

module Groups
module Service

extend self

extend PactBroker::Repositories
extend PactBroker::Services

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
require 'pact_broker/api/decorators/relationships_csv_decorator'

module PactBroker

module Api

module Decorators

describe RelationshipsCsvDecorator do

let(:pact) { TestDataBuilder.new.create_pact_with_hierarchy("My Consumer", "1.0", "My Provider").and_return(:pact) }
Expand Down

0 comments on commit 09b0cd5

Please sign in to comment.