spec/zebra/print_job_spec.rb in zebra-epl-0.0.2 vs spec/zebra/print_job_spec.rb in zebra-epl-0.0.5
- old
+ new
@@ -30,13 +30,7 @@
it "prints the label" do
print_job.should_receive(:`).with("lpr -P Zebra -o raw /foo/bar")
print_job.print label
end
-
- it "unlinks the file" do
- tempfile.should_receive(:close)
- tempfile.should_receive(:unlink)
- print_job.print label
- end
end
end