Sha256: 818fb6919d1948e8651b97a77f147000fd71561a8972be062bf2ab9b75d7e1eb

Contents?: true

Size: 279 Bytes

Versions: 6

Compression:

Stored size: 279 Bytes

Contents

require 'rspectacular'
require 'ruby-progressbar/components/title'

class           ProgressBar
module          Components
RSpec.describe  Title do
  it 'can use the default title if none is specified' do
    expect(Title.new.title).to eql Title::DEFAULT_TITLE
  end
end
end
end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
fluent-plugin-detect-memb-exceptions-0.0.2 vendor/bundle/ruby/2.0.0/gems/ruby-progressbar-1.8.1/spec/ruby-progressbar/components/title_spec.rb
fluent-plugin-detect-memb-exceptions-0.0.1 vendor/bundle/ruby/2.0.0/gems/ruby-progressbar-1.8.1/spec/ruby-progressbar/components/title_spec.rb
progressbar-1.8.2 spec/ruby-progressbar/components/title_spec.rb
progressbar-1.8.1 spec/ruby-progressbar/components/title_spec.rb
ruby-progressbar-1.8.1 spec/ruby-progressbar/components/title_spec.rb
ruby-progressbar-1.8.0 spec/ruby-progressbar/components/title_spec.rb