namespace :answers 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