Skip to content

Commit fc72c5b

Browse files
author
Dusty
committed
extend command to make use of the run_command helper
1 parent 2fcf8b1 commit fc72c5b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

spec/command/repo-svn/add_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
module Pod
66
describe Command::RepoSvn::Add do
7+
extend SpecHelper::Command
78
extend SpecHelper::TemporaryRepos
89

910
it 'returns the proper command class' do

spec/command/repo-svn/update_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module Pod
1414

1515
it 'updates a repository' do
1616
#
17+
puts tmp_svn_path
1718
end
1819
end
19-
end
20+
end

0 commit comments

Comments
 (0)