README.md in require_pattern-1.0 vs README.md in require_pattern-1.1
- old
+ new
@@ -20,6 +20,14 @@
```ruby
require_pattern 'lib/**/*.rb', 'models/**/*.rb'
```
-Any files that refuse to load will be reported to STDERR with backtrace information.
\ No newline at end of file
+Any files that refuse to load will be reported to STDERR with backtrace information.
+
+
+Tests
+-----
+
+```bash
+mtest spec
+```