Skip to content

Commit

Permalink
Better look for our gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed May 30, 2011
1 parent 9576fd1 commit cc2ceee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile
Expand Up @@ -19,9 +19,11 @@ gem 'rdoc'
gem 'pdfkit'

# Test requirements
gem 'rspec', :group => "test"
gem 'SystemTimer', :require => "system_timer", :group => "test", :platform => :mri_18
gem 'rack-test', :require => "rack/test", :group => "test"
group :test do
gem 'rspec'
gem 'SystemTimer', :require => "system_timer", :platform => :mri_18
gem 'rack-test', :require => "rack/test"
end

# Padrino EDGE
# %w(core gen helpers mailer admin cache).each do |gem|
Expand Down

0 comments on commit cc2ceee

Please sign in to comment.