Skip to content

Commit

Permalink
Refine spec for strip before parse, gh-74
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Sep 20, 2022
1 parent f9f267b commit 56b705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/parse_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

opts ||= {}

it "parses #{t} into #{c} / #{s.inspect}" do
it "parses #{t.inspect} into #{c} / #{s.inspect}" do

c = c || NilClass
x = in_zone('UTC') { Fugit.parse(k, opts) }
Expand Down

0 comments on commit 56b705d

Please sign in to comment.