Skip to content

Commit

Permalink
Add pending broken spec for issue #49
Browse files Browse the repository at this point in the history
  • Loading branch information
mjago committed Oct 29, 2017
1 parent 967d4be commit e27c5c3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions spec/lib/rufo/formatter_source_specs/align_chained_calls.rb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,18 @@ x.foo
.bar { a.b }
.baz

#~# ORIGINAL issue_49
#~# PENDING
a do
b #
.w x(y)
.z
end

#~# EXPECTED

a do
b #
.w x(y)
.z
end

0 comments on commit e27c5c3

Please sign in to comment.