jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 244 forks source link

Make boot partial template consistent with default #499

Closed mhaylock closed 8 years ago

mhaylock commented 8 years ago

The default _boot.html.erb partial had an additional allow_non_precompiled: true option added in 1e3a22311fc505caf70e20f752a59e19a2eab9d2, but the template for the generator was not update at the same time.

When I ran rails generate teaspoon:install --partials and attempted to use the generated boot partial without modifications I found teaspoon was failing to load. Updating the template to match the default fixes this.

jejacks0n commented 8 years ago

Thanks!