Sha256: 554347ba03deb18f88694e5dfdf611d2d5eea2cd3756f1b924eb251b074e0a73
Contents?: true
Size: 227 Bytes
Versions: 4
Compression:
Stored size: 227 Bytes
Contents
require 'spec_helper' describe <%= app_name.camelize %>::Application do describe '#exec' do it 'executes application' do expect { <%= app_name.camelize %>::Application.exec }.to change { STDOUT } end end end
Version data entries
4 entries across 4 versions & 1 rubygems