Skip to content

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Beder committed Nov 30, 2016
1 parent 21a83bd commit f1a1133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/health_monitor/configuration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ class TestClass
describe '#no_database' do
it 'removes the default database check' do
expect {
subject.no_database
}.to change { subject.providers }.from(default_configuration).to(Set.new())
subject.no_database
}.to change { subject.providers }.from(default_configuration).to(Set.new)
end
end
end

0 comments on commit f1a1133

Please sign in to comment.