features/name_detection.feature in tailor-1.0.0.alpha2 vs features/name_detection.feature in tailor-1.0.0

- old
+ new

@@ -4,11 +4,11 @@ Background: Given my configuration file ".tailor" looks like: """ Tailor.config do |config| - config.file_set do - trailing_newlines 0 + config.file_set do |style| + style.trailing_newlines 0 end end """ @method_naming @good_files