atomist-attic / rug

DEPRECATED Runtime for Rugs
GNU General Public License v3.0
53 stars 13 forks source link

Allow editWith and generateWith world operations without parameters #612

Closed kipz closed 7 years ago

kipz commented 7 years ago

Without this, we see plenty tests containing:

project.editWith("ChangeLogEditor", { } );

which is ugly, especially in JS world.

russmiles commented 7 years ago

LGreatTM