public
Rubygem
Fork of thoughtbot/shoulda
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/technicalpickles/shoulda.git
- moved rake tasks to shoulda namespace
- added shoulda:from_yaml task from David.Lowenfels@gmail.com



git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@237 
7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
tsaleh (author)
Thu Nov 08 13:45:27 -0800 2007
commit  4b39f0076ab920d7657452737a2759d4782645e4
tree    866f02368eb45331269647587dbfaf296d8cf2fe
parent  2aba771ceed5d054d1fd15a8b4dba6194ea9018e
...
2
3
4
5
6
7
8
9
...
27
28
29
 
 
 
 
 
...
2
3
4
 
 
5
6
7
...
25
26
27
28
29
30
31
32
0
@@ -2,8 +2,6 @@ require 'rake'
0
 require 'rake/testtask'
0
 require 'rake/rdoctask'
0
 
0
-#require 'tasks/list_tests.rake'
0
-
0
 # Test::Unit::UI::VERBOSE
0
 
0
 Rake::TestTask.new do |t|
0
@@ -27,3 +25,8 @@ end
0
 
0
 desc 'Default: run tests.'
0
 task :default => ['test']
0
+
0
+Dir['tasks/*.rake'].each do |f|
0
+ load f
0
+end
0
+
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-namespace :test do
0
+namespace :shoulda do
0
   desc "List the names of the test methods in a specification like format"
0
   task :list do
0
 

Comments

    No one has commented yet.