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

Commit

Permalink
Update, comment message.
Browse files Browse the repository at this point in the history
  • Loading branch information
takkii committed Mar 14, 2020
1 parent 12ee140 commit ec9e025
Showing 1 changed file with 13 additions and 27 deletions.
40 changes: 13 additions & 27 deletions spec/jettmente_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,26 @@
require 'date'
require 'himekuri'

RSpec.describe "Zinbeijett" do

before do
require 'prop/version'
end

#---Example-1---start---

describe "Zinbeijett" do
ver = "1.0.13"
it ":expect say '1.0.13' when it receives the greet() message" do
expect(Engine::VERSION).eql?(ver)
# RSpec Test Start
RSpec.describe 'Zinbeijett' do
before do
require 'prop/version'
end
end

#---Example-1---end---

#context "Zinbeijett" do
# it ""
#end

#---Example-2---start---

#---Example-2---end---

#---Example-3---start---

#---Example-3---end---

describe 'Zinbeijett' do
ver = '1.0.13'
it ":expect say '1.0.13' when it receives the greet() message" do
expect(Engine::VERSION).eql?(ver)
end
end
end

# -- TimeStamp --
puts ''
puts ' TIME_STAMP '.center(60, '-')
puts ''
puts himekuri_print
puts ' TIME_STAMP '.center(60, '-')
# -- TimeStamp --

__END__

0 comments on commit ec9e025

Please sign in to comment.