Skip to content

Commit

Permalink
Added silent-postgres to, well, silence postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Copeland committed Feb 2, 2011
1 parent 7f1e556 commit 0833ae7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -26,8 +26,11 @@ group :development, :test, :staging, :production do
gem "validates_url_format_of", "0.1.0" gem "validates_url_format_of", "0.1.0"
end end


group :development, :test do
gem 'silent-postgres', "0.0.7"
end

gem "pg", "0.8.0" gem "pg", "0.8.0"
# gem "mysql", "2.8.1"


group :test do group :test do
gem "cucumber-rails", "0.3.2" gem "cucumber-rails", "0.3.2"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -119,6 +119,7 @@ GEM
rr (0.10.11) rr (0.10.11)
ruby-hmac (0.4.0) ruby-hmac (0.4.0)
shoulda (2.11.1) shoulda (2.11.1)
silent-postgres (0.0.7)
sinatra (1.0) sinatra (1.0)
rack (>= 1.0) rack (>= 1.0)
system_timer (1.0) system_timer (1.0)
Expand Down Expand Up @@ -170,6 +171,7 @@ DEPENDENCIES
rest-client (= 1.0.3) rest-client (= 1.0.3)
rr (= 0.10.11) rr (= 0.10.11)
shoulda (= 2.11.1) shoulda (= 2.11.1)
silent-postgres (= 0.0.7)
sinatra (= 1.0) sinatra (= 1.0)
system_timer (= 1.0) system_timer (= 1.0)
timecop (= 0.3.5) timecop (= 0.3.5)
Expand Down

0 comments on commit 0833ae7

Please sign in to comment.