Sha256: 7c15e12dbd566469bf8e0d1f2e3b8fd24b408ba3a14dda4968c1b420d25425ef
Contents?: true
Size: 291 Bytes
Versions: 10
Compression:
Stored size: 291 Bytes
Contents
require 'spec_helper' describe <%= app_name.camelize %>::Application do describe '#exec' do it 'executes application' do # Fix rake_taks bug ARGV = [] expect { <% app_name.camelize %>::Application.exec }.to \ output(/commands:/).to_stdout end end end
Version data entries
10 entries across 10 versions & 1 rubygems