Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
add RSpec to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jul 11, 2013
1 parent b6408b0 commit 85e4094
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
@@ -1,2 +1,5 @@
source 'https://rubygems.org'

gem 'rspec'

gemspec
10 changes: 10 additions & 0 deletions Gemfile.lock
Expand Up @@ -9,13 +9,23 @@ PATH
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.4)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.6.8)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
thor (0.14.6)

PLATFORMS
ruby

DEPENDENCIES
git-deploy!
rspec
2 changes: 1 addition & 1 deletion spec/configuration_spec.rb
@@ -1,4 +1,4 @@
require 'rspec'
require 'rspec/autorun'
require 'git_deploy/configuration'

describe GitDeploy::Configuration do
Expand Down

0 comments on commit 85e4094

Please sign in to comment.