Sha256: 1edc0780c63b1b73fc2626306519b42fc8040e3b4aa89c5ca477f785abe91215
Contents?: true
Size: 193 Bytes
Versions: 4
Compression:
Stored size: 193 Bytes
Contents
require 'spec_helper' describe Rgentpl::Application do describe '#exec' do it 'executes application' do expect { Rgentpl::Application.exec }.to change { STDOUT } end end end
Version data entries
4 entries across 4 versions & 1 rubygems