Skip to content

Commit

Permalink
Added some test setup support for JRuby.
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Mar 30, 2010
1 parent 2d381d3 commit 96c57f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Gemfile.default
@@ -1,4 +1,15 @@
gem "activesupport", "~> 2.3"
gem "activerecord", "~> 2.3"
gem "activesupport", "3.0.0.beta"
gem "activerecord", "3.0.0.beta"

# gem "activesupport", "~> 2.3"
# gem "activerecord", "~> 2.3"

# gem "activesupport", "~> 2.2"
# gem "activerecord", "~> 2.2"

gem "sqlite3-ruby"

# gem "jdbc-sqlite3"
# gem "activerecord-jdbcsqlite3-adapter"

gem "mocha"
2 changes: 2 additions & 0 deletions test/active_record_adapter/support/database.jdbcsqlite3.yml
@@ -0,0 +1,2 @@
adapter: jdbcsqlite3
database: ":memory:"

0 comments on commit 96c57f1

Please sign in to comment.