Skip to content

Instantly share code, notes, and snippets.

@spastorino
Created June 6, 2011 22:48
Show Gist options
  • Select an option

  • Save spastorino/1011288 to your computer and use it in GitHub Desktop.

Select an option

Save spastorino/1011288 to your computer and use it in GitHub Desktop.
am.diff
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index e7d8ee2..8f2ed1f 100755
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -9,7 +9,7 @@ task :default => [ :test ]
# Run the unit tests
Rake::TestTask.new { |t|
t.libs << "test"
- t.pattern = 'test/**/*_test.rb'
+ t.test_files = Dir.glob("test/**/*_test.rb")
t.warning = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment