summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-03-24 18:14:20 +0200
committerKyrylo Silin <silin@kyrylo.org>2019-03-24 18:14:20 +0200
commit030e74de3c458ef076d5cc2f310c3f1cab9551d4 (patch)
treeb8016684a4651a9a1c08d65d3f7e2702ec78e9c5 /spec
parentf944340b79c09f7285bd62bf760fc3d4723d4a19 (diff)
downloadpry-030e74de3c458ef076d5cc2f310c3f1cab9551d4.tar.gz
rubocop: fix the Naming/HeredocDelimiterCase cop
Diffstat (limited to 'spec')
-rw-r--r--spec/helpers/table_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/helpers/table_spec.rb b/spec/helpers/table_spec.rb
index be243460..8aceac9c 100644
--- a/spec/helpers/table_spec.rb
+++ b/spec/helpers/table_spec.rb
@@ -33,17 +33,17 @@ describe 'Formatting Table' do
end
it 'should handle a tiny case' do
- try_round_trip(<<-eot)
+ try_round_trip(<<-TABLE)
asdf asfddd fdass
- eot
+ TABLE
end
it 'should handle the basic case' do
- try_round_trip(<<-eot)
+ try_round_trip(<<-TABLE)
aadd ddasffssdad sdsaadaasd ssfasaafssd
adassdfffaasds f sdsfasddasfds ssssdaa
assfsafsfsds fsasa ssdsssafsdasdf
- eot
+ TABLE
end
it 'should handle... another basic case' do