Commit 82372f34 authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Fix for missing tmp directory in Spec command

parent ba54d19c
......@@ -2,6 +2,7 @@ require File.expand_path('../../../spec_helper', __FILE__)
describe Pod::Command::Spec do
extend SpecHelper::Command
extend SpecHelper::TemporaryDirectory
it "complains for wrong parameters" do
lambda { run_command('spec') }.should.raise Pod::Command::Help
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment