Skip to content

Commit

Permalink
add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
phoet committed Jun 13, 2013
1 parent 599d614 commit 375d758
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/fixtures/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- name: not indent after calling private in a class
input: |
class Bla
private
def some_method
end
end
output: |
class Bla
private
def some_method
end
end
- name: indent if else end statement
input: |
if foo
Expand Down

0 comments on commit 375d758

Please sign in to comment.