Skip to content

Commit

Permalink
Add specs for Date#mon
Browse files Browse the repository at this point in the history
This is an alias of Date#month, so we can simmply use the shared spec
  • Loading branch information
herwinw committed Sep 25, 2024
1 parent 22ce2cb commit 97f84c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/date/mon_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require_relative '../../spec_helper'
require_relative 'shared/month'
require 'date'

describe "Date#mon" do
it "needs to be reviewed for spec completeness"
it_behaves_like :date_month, :mon
end

0 comments on commit 97f84c7

Please sign in to comment.