plugins/ruby/features/syntax_check_ruby.feature in redcar-0.11 vs plugins/ruby/features/syntax_check_ruby.feature in redcar-0.12
- old
+ new
@@ -7,9 +7,10 @@
Scenario: A syntax-clean Ruby file has no syntax error annotations
When I replace the contents with "def foo\n bar\nend"
And I save the tab
Then the tab should not have annotations
+ And the file "plugins/ruby/features/fixtures/test.rb" should be deletable
Scenario: A syntax-error in a Ruby file should cause syntax error annotations
When I replace the contents with "def foo\n => bar\nend"
And I save the tab
Then the tab should have annotations