Skip to content

Commit

Permalink
Removed a flakey test on default behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed May 15, 2015
1 parent 8db1ec5 commit e34dae5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aws-sdk-core/spec/aws/empty_structure_spec.rb
Expand Up @@ -65,10 +65,6 @@ module Aws
expect(EmptyStructure.new.eql?(EmptyStructure.new)).to be(true)
end

it 'has a sensible inspect string' do
expect(EmptyStructure.new.inspect).to eq('#<struct Aws::EmptyStructure>')
end

it 'has a zero length' do
expect(EmptyStructure.new.length).to be(0)
expect(EmptyStructure.new.size).to be(0)
Expand Down

0 comments on commit e34dae5

Please sign in to comment.