Sha256: 31e757f171dfeb177fb76dfdb6e3399ff35a68cdf4194dfbfa7bf6efd64a347d
Contents?: true
Size: 545 Bytes
Versions: 13
Compression:
Stored size: 545 Bytes
Contents
# -*- coding: utf-8 -*- require 'hiroshimarb/information' module Hiroshimarb describe Information do describe '.information' do subject { Information.information } it "Hiroshima.rbについて" do should match("Hiroshima.rb") end it "イベントの日程" do should match("毎月第一土曜日") end end describe '.about' do subject { Information.about } it "Hiroshima.rbについて" do should match("Hiroshima.rbについて") end end end end
Version data entries
13 entries across 13 versions & 1 rubygems