spec/belajar/terminal/welcome_spec.rb in belajar-0.1.1 vs spec/belajar/terminal/welcome_spec.rb in belajar-1.0.0
- old
+ new
@@ -1,12 +1,10 @@
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