projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update validates_email_format_of plugin
[rails.git]
/
vendor
/
plugins
/
dynamic_form
/
Rakefile
1
require 'rake/testtask'
2
3
desc 'Default: run unit tests.'
4
task :default => :test
5
6
desc 'Test the active_model_helper plugin.'
7
Rake::TestTask.new(:test) do |t|
8
t.libs << 'test'
9
t.pattern = 'test/**/*_test.rb'
10
end