spec/lib/maid/numeric_extensions_spec.rb in maid-0.10.0.pre.alpha.1 vs spec/lib/maid/numeric_extensions_spec.rb in maid-0.10.0.pre.alpha.2

- old
+ new

@@ -16,10 +16,10 @@ end it 'tells you that 1 gigabyte equals 1024 megabytes' do expect(1.gigabyte).to eq(1024.megabytes) end - + it 'tells you that 1 terabyte equals 1024 gigabytes' do expect(1.terabyte).to eq(1024.gigabytes) end end