Commit 15540df3 authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Don't update master repo fixture.

parent 743207ee
...@@ -7,12 +7,7 @@ describe "Pod::Command::Setup" do ...@@ -7,12 +7,7 @@ describe "Pod::Command::Setup" do
extend SpecHelper::TemporaryRepos extend SpecHelper::TemporaryRepos
it "runs with correct parameters" do it "runs with correct parameters" do
begin lambda { run_command('setup') }.should.not.raise
before, config.repos_dir = config.repos_dir, fixture('spec-repos')
lambda { run_command('setup') }.should.not.raise
ensure
config.repos_dir = before
end
end end
it "complains for wrong parameters" do it "complains for wrong parameters" do
......
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