Sha256: 5df0dbcf7a54d0979084eb113cc416f6fbe516cc7861eb8f0e38653d3ca2fb60
Contents?: true
Size: 296 Bytes
Versions: 4
Compression:
Stored size: 296 Bytes
Contents
require 'spec_helper' describe Daigaku::Terminal::Welcome do [:run, :about].each do |method| it "has the singleton method ::#{method}" do singleton_methods = Daigaku::Terminal::Welcome.singleton_methods expect(singleton_methods.include?(method)).to be_truthy end end end
Version data entries
4 entries across 4 versions & 1 rubygems