Skip to content

Commit

Permalink
[WhiteSpace]
Browse files Browse the repository at this point in the history
  • Loading branch information
jesjos committed Sep 28, 2015
1 parent cea77a3 commit f3c29f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/bounded_context_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@

module Sandthorn
describe BoundedContext do

it 'should respond to `aggregate_list`' do
expect(BoundedContext).to respond_to(:aggregate_list)
end
end

describe "::aggregate_list" do

module TestModule
include Sandthorn::BoundedContext
class AnAggregate
Expand All @@ -27,7 +25,6 @@ class DeepAggregate
end
end


it "aggregate_list should include AnAggregate" do
expect(TestModule.aggregate_list).to include(TestModule::AnAggregate)
end
Expand Down

0 comments on commit f3c29f1

Please sign in to comment.