bisscomm/refinerycms-products

View on GitHub
tasks/testing.rake

Summary

Maintainability
Test Coverage
namespace :refinery do
  namespace :testing do
    # Put any code in here that you want run when you test this extension against a dummy app.
    # For example, the call to require your gem and start your generator.
    task :setup_extension do
    end
  end
end