Skip to content

Commit

Permalink
specにpendingでやりたい事を積んだ
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenba committed Feb 24, 2012
1 parent 60c28f9 commit 79fc72b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions spec/millionaire/csv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,26 @@ class Where
subject { Where.where(str_b: '1', str_c: '2').first }
its(:line_no) { should == 3 }
end

describe 'operator' do
it 'lte' do
pending
end
it 'gte' do
pending
end
it 'lt' do
pending
end
it 'gt' do
pending
end
it 'eq' do
pending
end
it 'ne' do
pending
end
end
end
end

0 comments on commit 79fc72b

Please sign in to comment.