This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
				
			
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							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
 |