Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Removed sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Nov 25, 2008
1 parent d0581b3 commit c751827
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/helper.rb
Expand Up @@ -3,7 +3,6 @@
require 'shoulda'
require 'mocha'
require 'tempfile'
require 'sqlite3-ruby'

require 'active_record'
require 'active_support'
Expand Down

1 comment on commit c751827

@henrik
Copy link
Contributor

@henrik henrik commented on c751827 Nov 25, 2008

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gem "sqlite3-ruby" worked for me, but not require "sqlite3-ruby".

Please sign in to comment.