bootstrap_form
bootstrap_form copied to clipboard
Check how Danger determines whether tests have been added.
trafficstars
PR #513 added a test in a new file, but Danger reported that no tests had been added. Make sure Danger correctly identifies if tests have been added.
Without having tested: It appears that Danger's modified files are files that were existing and have changed. There is also an added_files method, that would presumably return something for added files. The Dangerfile currently only checks modified files. Ideally we'd check added_files too, but it's not something that's going to happen very often.