Skip to content

Commit

Permalink
Heeeelp me
Browse files Browse the repository at this point in the history
  • Loading branch information
mindovermiles262 committed Oct 9, 2017
1 parent 0baa913 commit b0cda5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Add PM to equipment
* Factor out `check_for_cancel`
* Multiple pipets per batch
* Receiving page
* Receiving page, send email on recepit of sample

## Completed
* ~~Fix update batch (enter results) redirect back to batch#show~~
Expand Down
3 changes: 1 addition & 2 deletions spec/controllers/batches_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@
sign_in(FactoryGirl.create(:analyst))
end
it 'sets available methods' do
# @batch2 = FactoryGirl.create(:batch, tests: [FactoryGirl.create(:batched_test)])
get :new
expect(assigns(:available_methods)).to eql([[@batch.test_method.name, @batch.test_method.id]])
expect(assigns(:available_methods)).to eql([[@batch.test_method.name, @batch.test_method_id]])
end
it 'sets batch'
it 'builds tests'
Expand Down

0 comments on commit b0cda5f

Please sign in to comment.