initial checkin of full application
This commit is contained in:
10
vendor/plugins/dynamic_form/Rakefile
vendored
Normal file
10
vendor/plugins/dynamic_form/Rakefile
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
require 'rake/testtask'
|
||||
|
||||
desc 'Default: run unit tests.'
|
||||
task :default => :test
|
||||
|
||||
desc 'Test the active_model_helper plugin.'
|
||||
Rake::TestTask.new(:test) do |t|
|
||||
t.libs << 'test'
|
||||
t.pattern = 'test/**/*_test.rb'
|
||||
end
|
Reference in New Issue
Block a user