Sha256: 8b8e4ff8f4ca7f4f661c41a36a53922e869add36a93072526f4215ab789728ef
Contents?: true
Size: 248 Bytes
Versions: 10
Compression:
Stored size: 248 Bytes
Contents
require 'spec_helper' describe Rgentpl::Application do describe '#exec' do it 'executes application' do # Fix rake_taks bug ARGV = [] expect { Rgentpl::Application.exec }.to output(/commands:/).to_stdout end end end
Version data entries
10 entries across 10 versions & 1 rubygems