diff options
| author | mo k <mo@mokhan.ca> | 2012-03-04 13:58:42 -0700 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-03-04 13:58:42 -0700 |
| commit | b0015bc76314e3ef44350ab3bc79cc0397c97dc5 (patch) | |
| tree | 23280c02dafadf2ec9f174e0253124f493157c93 | |
| parent | 9fc0a209fc4879e05a63d273a907db59f525cd21 (diff) | |
add all.rb to integration folder to run all integration tests using bacon.
| -rw-r--r-- | spec/integration/all.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/integration/all.rb b/spec/integration/all.rb new file mode 100644 index 0000000..1b35dda --- /dev/null +++ b/spec/integration/all.rb @@ -0,0 +1,8 @@ +require 'ramaze' +require 'ramaze/spec/bacon' + +require File.absolute_path(File.dirname(__FILE__)+'/../../app') + +Dir[File.dirname(__FILE__) + '/**/*.rb'].each do |e| + load e unless(e == __FILE__) +end |
