Skip to content

Commit

Permalink
style: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 1, 2020
1 parent a59711d commit d6987a4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions spec/lib/pact_broker/domain/pacticipant_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
require 'pact_broker/domain/pacticipant'

module PactBroker

module Domain

describe Pacticipant do

describe "validate" do

context "with all valid attributes" do
subject { Pacticipant.new name: 'Name' }

Expand All @@ -25,8 +21,6 @@ module Domain
end
end
end

end

end
end
end

0 comments on commit d6987a4

Please sign in to comment.