Skip to content

Commit

Permalink
Add rspec to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brennan committed Dec 3, 2010
1 parent 42d6f83 commit 05eb690
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,3 +1,4 @@
source "http://rubygems.org"

gem "haml"
gem "haml"
gem "rspec"
10 changes: 10 additions & 0 deletions Gemfile.lock
@@ -1,10 +1,20 @@
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
haml (3.0.24)
rspec (2.2.0)
rspec-core (~> 2.2)
rspec-expectations (~> 2.2)
rspec-mocks (~> 2.2)
rspec-core (2.2.1)
rspec-expectations (2.2.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.2.0)

PLATFORMS
ruby

DEPENDENCIES
haml
rspec

0 comments on commit 05eb690

Please sign in to comment.