features/indentation.feature in tailor-1.0.0.alpha2 vs features/indentation.feature in tailor-1.0.0
- old
+ new
@@ -6,11 +6,11 @@
Scenario: No indentation problems with this project
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
"""
When I successfully run `tailor -d -c .tailor ../../lib`
Then the output should contain "problem count: 0"