Skip to content

Commit

Permalink
fix 'student task' unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Winbobob committed May 22, 2015
1 parent 989e2df commit 80153ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/student_task_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
it "creates a StudentTask from a participant" do
expect(participant).to receive(:assignment)
expect(participant).to receive(:topic)
expect(participant).to receive(:get_current_stage)
expect(participant).to receive(:current_stage)
expect(participant).to receive(:stage_deadline)
expect(StudentTask.from_participant(participant).participant).to be participant
end
Expand Down

0 comments on commit 80153ca

Please sign in to comment.