spec/mork/grid_spec.rb in mork-0.0.12 vs spec/mork/grid_spec.rb in mork-0.1.0
- old
+ new
@@ -8,10 +8,10 @@
end
end
context 'default grid' do
before(:all) do
- @grid = Grid.new 'spec/samples/grid_omr_01.yml'
+ @grid = Grid.new 'spec/samples/layout.yml'
end
describe '#max_questions' do
it 'returns the maximum number of questions in a sheet' do
@grid.max_questions.should == 120