Skip to content

Instantly share code, notes, and snippets.

@jjhop
Last active August 29, 2015 13:57
Show Gist options
  • Save jjhop/9393789 to your computer and use it in GitHub Desktop.
Save jjhop/9393789 to your computer and use it in GitHub Desktop.
Project.new do |p|
Task.new do |t|
t.name = 'copy_filtered_resources'
...
end
Task.new do |t|
t.name = 'copy_filtered_test_resource'
...
end
p.modules = [
:first_module,
:second_module
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment