Sha256: 1a8f9486d567276a0926efbcd68062a511a284327a3766ef31c930e9077ae09e
Contents?: true
Size: 248 Bytes
Versions: 5
Compression:
Stored size: 248 Bytes
Contents
require 'spec_helper' describe Rgentpl::Application do describe '#exec' do it 'executes application' do stdout = capture_stdout do Rgentpl::Application.exec end expect(stdout).to match /Commands:/ end end end
Version data entries
5 entries across 5 versions & 1 rubygems