danger / danger-plugin-template

An opinionated template for creating a Danger plugin
Other
20 stars 10 forks source link

Fixing RSpec template #12

Closed felipesabino closed 7 years ago

felipesabino commented 7 years ago

Fixes #11

Problem

When template is configured, there is a call to Dangerfile.my_plugin which should be replaced by the actual plugin name,

Solution

Fixed rspec template so that my_plugin is replaced with actual plugin method when ./configure runs

orta commented 7 years ago

:D Awesome - thanks @felipesabino