Skip to content

Commit

Permalink
Try running gems without AR
Browse files Browse the repository at this point in the history
  • Loading branch information
p8 committed Mar 3, 2012
1 parent ae15fe9 commit c4486bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,4 +10,5 @@ script: bundle exec rspec spec

gemfile:
- gemfiles/Gemfile.rails-2.3.x
- gemfiles/Gemfile.basic
- Gemfile
8 changes: 8 additions & 0 deletions gemfiles/Gemfile.basic
@@ -0,0 +1,8 @@
# A sample Gemfile
source "http://rubygems.org"

group :test do
#gem "rake"
gem "ZenTest"
gem "rspec"
end

0 comments on commit c4486bf

Please sign in to comment.