There was an error while loading. Please reload this page.
1 parent 2fcf8b1 commit fc72c5bCopy full SHA for fc72c5b
spec/command/repo-svn/add_spec.rb
@@ -4,6 +4,7 @@
4
5
module Pod
6
describe Command::RepoSvn::Add do
7
+ extend SpecHelper::Command
8
extend SpecHelper::TemporaryRepos
9
10
it 'returns the proper command class' do
spec/command/repo-svn/update_spec.rb
@@ -14,6 +14,7 @@ module Pod
14
15
it 'updates a repository' do
16
#
17
+ puts tmp_svn_path
18
end
19
-end
20
+end
0 commit comments