Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from takkii/develop
Browse files Browse the repository at this point in the history
Delete.
  • Loading branch information
takkii authored Jun 18, 2023
2 parents 2560f05 + 344f1b3 commit 16ba6cc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/himekuri_ts_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,9 @@
RSpec.describe 'HimekuriTs_DATE' do
before do
require 'date'
require 'himekuri'
require 'himekurits'
end

it 'has a just now or himekuri (rubygems)' do
t = Time.new # 今日の日付と時刻
week = %w( )[t.wday];
timer = t.strftime('%Y年%m月%d日 : %H時%M分%S秒 : ').to_s + week + "曜日".to_s
expect(timer).to eq(HimekuriClass.new.himekuri)
end

it 'has a HimekuriTsBasic running methods or nil' do
HimekuriTsBasic.running
expect(HimekuriTsBasic.running).not_to be nil
Expand Down

0 comments on commit 16ba6cc

Please sign in to comment.