aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/testing.rake
blob: 5f8b63a3b1391a9862787ada766cf0ffc2db52eb (plain) (blame)
1
2
3
4
5
6
7
8
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