summaryrefslogtreecommitdiff
path: root/lib/custodian/testfactory.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-05-15 14:10:37 +0100
committerSteve Kemp <steve@steve.org.uk>2013-05-15 14:10:37 +0100
commit0a1e1128f72ef8316a620f6f071f003d01bbe8c4 (patch)
treeebe29b020d8d4edff14fdcd7b1650fb998ba6f74 /lib/custodian/testfactory.rb
parent06b787d93b08a917cb1ec66bb573108dc6e0de43 (diff)
Correctly work if we have no settings file present.
Previously we'd try to find the setting "foo" like so: @settings['foo'].to_i || 5 This would fail if the setting wasn't defined, because nil.to_i results in 0. But we must call to_i otherwise we'll have issues comparing strings/numbers.
Diffstat (limited to 'lib/custodian/testfactory.rb')
0 files changed, 0 insertions, 0 deletions