Sha256: 9aaab05be7a40a3bdc4bf227f2e15b7e25f9f528b573d73be976979e02ad8704

Contents?: true

Size: 231 Bytes

Versions: 2

Compression:

Stored size: 231 Bytes

Contents

# -*- encoding: utf-8 -*-

require 'spec_helper'

describe TTY::System::Editor, '#executables' do
  let(:object) { described_class }

  subject { object.executables }

  it { should be_an Array }

  it { should include('vi') }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tty-0.0.11 spec/tty/system/editor/executables_spec.rb
tty-0.0.10 spec/tty/system/editor/executables_spec.rb