Skip to content

Commit

Permalink
added debugger and awesome print to test group
Browse files Browse the repository at this point in the history
  • Loading branch information
markburns committed Apr 6, 2012
1 parent 88bda4b commit 79e82de
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
@@ -1,2 +1,8 @@
source :rubygems

group :test do
gem 'ruby-debug19'
gem 'awesome_print'
end

gemspec
17 changes: 17 additions & 0 deletions Gemfile.lock
Expand Up @@ -20,6 +20,9 @@ GEM
activesupport (3.1.1)
multi_json (~> 1.0)
addressable (2.2.6)
archive-tar-minitar (0.5.2)
awesome_print (1.0.2)
columnize (0.3.6)
crack (0.1.8)
daemons (1.1.4)
diff-lcs (1.1.3)
Expand All @@ -41,6 +44,8 @@ GEM
haml (3.1.3)
hiredis (0.3.2)
i18n (0.6.0)
linecache19 (0.5.13)
ruby_core_source (>= 0.1.4)
multi_json (1.0.3)
pusher (0.8.3)
crack (~> 0.1.0)
Expand All @@ -57,7 +62,17 @@ GEM
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
ruby-debug-base19 (0.11.26)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby-hmac (0.4.0)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
signature (0.1.2)
ruby-hmac
sinatra (1.2.6)
Expand All @@ -75,7 +90,9 @@ PLATFORMS
ruby

DEPENDENCIES
awesome_print
haml (~> 3.1.2)
pusher (~> 0.8.2)
rspec (~> 2.6.0)
ruby-debug19
slanger!

0 comments on commit 79e82de

Please sign in to comment.