Sha256: 272f15e04ffa45d4a7bc6ec72a8c3fac9b66622f7c05af81402a67847c89682c
Contents?: true
Size: 323 Bytes
Versions: 16
Compression:
Stored size: 323 Bytes
Contents
require 'spec_helper' describe 'application' do include_context 'application' describe 'positive' do specify { RubyApp::Configuration.get.should_not be_nil } specify { RubyApp::Log.get.should_not be_nil } specify { RubyApp::Application.get.should_not be_nil } end describe 'negative' do end end
Version data entries
16 entries across 8 versions & 1 rubygems