Skip to content

Commit

Permalink
- TODO, + FIXME -> TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Sep 30, 2010
1 parent c494f5a commit c43ca93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/spec/lib/index/bundle_spec.rb
Expand Up @@ -55,7 +55,7 @@
end
end

# FIXME
# TODO
#
# describe 'retrieve' do
# it 'should call the other methods correctly' do
Expand Down
4 changes: 2 additions & 2 deletions server/spec/lib/results/base_spec.rb
Expand Up @@ -74,9 +74,9 @@
@allocations = stub :allocations
@results.stub! :allocations => @allocations
end
it 'should first offset (TODO), then truncate' do
it 'should process' do
@allocations.should_receive(:process!).once.with(20, 0).ordered

@results.prepare!
end
end
Expand Down

0 comments on commit c43ca93

Please sign in to comment.