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

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
takkii committed Jul 29, 2024
1 parent 75d2105 commit b608754
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions spec/mur_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ENV['RACK_ENV'] = 'test'

require './stand'
# require './stand'
require 'himekuri'
require 'rspec'
require 'rack/test'
Expand All @@ -14,9 +14,9 @@
describe 'The Stand by me App' do
include Rack::Test::Methods

def app
Sinatra::Application
end
# def app
# Sinatra::Application
# end

def himekuri
dt = Date.today
Expand Down Expand Up @@ -48,12 +48,12 @@ def zella
"#{year}#{month}#{day}日 : #{week}曜日"
end

describe 'Stand by me Sinatra Application' do
it 'should allow accessing the home page' do
get '/'
expect(last_response).to be_ok
end
end
# describe 'Stand by me Sinatra Application' do
# it 'should allow accessing the home page' do
# get '/'
# expect(last_response).to be_ok
# end
# end

describe 'Himekuri code compared to actual code' do
it 'what day is it today?' do
Expand Down

0 comments on commit b608754

Please sign in to comment.