Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi committed May 23, 2011
1 parent e62bc69 commit e8ca5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Rakefile
Expand Up @@ -7,10 +7,11 @@ task :default => :test


desc 'Test the openid_store_active_record plugin.' desc 'Test the openid_store_active_record plugin.'
Rake::TestTask.new(:test) do |t| Rake::TestTask.new(:test) do |t|
t.libs << 'lib' t.ruby_opts << '-rubygems'
t.libs << 'test' t.libs += %w[lib test]
t.pattern = 'test/**/*_test.rb' t.pattern = 'test/**/*_test.rb'
t.verbose = true t.verbose = true
t.warning = true
end end


desc 'Generate documentation for the openid_store_active_record plugin.' desc 'Generate documentation for the openid_store_active_record plugin.'
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
@@ -1,3 +1,2 @@
require 'rubygems'
require 'active_support' require 'active_support'
require 'active_support/test_case' require 'active_support/test_case'

0 comments on commit e8ca5a6

Please sign in to comment.