Skip to content

Commit 5d48c3d

Browse files
author
Dusty
committed
random debug
1 parent 230d362 commit 5d48c3d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

spec/command/repo-svn/add_spec.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ module Pod
66
describe Command::RepoSvn::Add do
77
extend SpecHelper::TemporaryRepos
88

9-
before do
10-
set_up_test_repo
11-
end
12-
139
it 'returns the proper command class' do
1410
Command.parse(%w( repo-svn add )).should.be.instance_of Command::RepoSvn::Add
1511
end
@@ -20,7 +16,8 @@ module Pod
2016
end
2117

2218
it 'adds a svn spec repo' do
23-
19+
set_up_test_repo
20+
puts tmp_svn_path
2421
end
2522
end
2623
end

0 commit comments

Comments
 (0)