spec/belajar/terminal/setup_spec.rb in belajar-0.1.1 vs spec/belajar/terminal/setup_spec.rb in belajar-1.0.0

- old
+ new

@@ -1,10 +1,8 @@ require 'spec_helper' describe Belajar::Terminal::Setup do - it { is_expected.to be_a Thor } it { is_expected.to respond_to :list } it { is_expected.to respond_to :set } it { is_expected.to respond_to :init } - -end \ No newline at end of file +end