Sha256: f9ea1bd54110f7a6ecded3ce7b88c20323956e5fddcf9431fac88ab56ac2ed71
Contents?: true
Size: 262 Bytes
Versions: 2
Compression:
Stored size: 262 Bytes
Contents
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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
answers-core-0.0.0.2 | lib/generators/answers/engine/templates/tasks/testing.rake |
answers-core-0.0.0 | lib/generators/answers/engine/templates/tasks/testing.rake |