Sha256: c1cfa126710e604d8ff194def9c9bcbb2f5c10aacf98486150a321645bee97d6
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
# coding: utf-8 require_relative '../spreadsheet' # 常数 describe 'Sheet3' do def sheet3; $spreadsheet ||= Spreadsheet.new; $spreadsheet.sheet3; end it 'cell c5 should equal 1.4285714285714286' do sheet3.c5.should be_within(0.14285714285714288).of(1.4285714285714286) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubyfromexcel-0.0.23 | examples/ruby-versions/2050example-ruby/specs/sheet3_rspec.rb |
rubyfromexcel-0.0.22 | examples/ruby-versions/2050example-ruby/specs/sheet3_rspec.rb |