Skip to content

Commit

Permalink
Omitted if
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Sep 6, 2023
1 parent c923186 commit a037a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/_timeout.html.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- debug?
- if debug?
pre.debug_dump
p Warning: opening a browser inspector may impact this popup
ul
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/seed_snippets_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
subject(:locales) { described_class.new.call }

it 'converts all translations' do
expect(locales.count).to be 171
expect(locales.count).to be 173
end

it 'dot separated key -> Page::Resource#name' do
Expand Down

0 comments on commit a037a5a

Please sign in to comment.