Skip to content

Commit

Permalink
Import specs for Date#mon
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinw committed Sep 25, 2024
1 parent 159435d commit 8080b7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/library/date/mon_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require_relative '../../spec_helper'
require_relative 'shared/month'
require 'date'

describe "Date#mon" do
it_behaves_like :date_month, :mon
end

0 comments on commit 8080b7c

Please sign in to comment.