Sha256: 802eca7f1bca0611425288624e49787833c588412b721f2fe7b56801c5c74fac

Contents?: true

Size: 298 Bytes

Versions: 1

Compression:

Stored size: 298 Bytes

Contents

require 'spec_helper'

describe Belajar::Terminal::Welcome do

  [:run, :about].each do |method|
    it "has the singleton method ::#{method}" do
      singleton_methods = Belajar::Terminal::Welcome.singleton_methods
      expect(singleton_methods.include?(method)).to be_truthy
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
belajar-0.1.1 spec/belajar/terminal/welcome_spec.rb