Skip to content

Commit

Permalink
spec correction (found by running rspec --seed 1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualstaticvoid committed Sep 20, 2015
1 parent 64d63f0 commit 9b3727f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/taskinator/task_spec.rb
Expand Up @@ -156,6 +156,8 @@

describe "#tasks_count" do
it {
process_uuid = SecureRandom.hex
allow(subject).to receive(:process_uuid) { process_uuid }
expect(subject.tasks_count).to eq(0)
}
end
Expand Down

0 comments on commit 9b3727f

Please sign in to comment.