Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
introduce rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaobing committed Nov 24, 2011
1 parent d557712 commit 026cb30
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Gemfile.lock
Expand Up @@ -13,6 +13,7 @@ GEM
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
diff-lcs (1.1.2)
highline (1.6.2)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
Expand All @@ -21,9 +22,18 @@ GEM
net-ssh (2.1.4)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)

PLATFORMS
ruby

DEPENDENCIES
capistrano-scm-jenkins!
rspec
2 changes: 1 addition & 1 deletion capistrano-scm-jenkins.gemspec
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

# specify any dependencies here; for example:
# s.add_development_dependency "rspec"
s.add_runtime_dependency "capistrano"
s.add_development_dependency "rspec"
end

0 comments on commit 026cb30

Please sign in to comment.