Sha256: e6562ce0460cd60708233c81cbc6fb196c2066848e394f6eb4f3c609bb030adf
Contents?: true
Size: 506 Bytes
Versions: 70
Compression:
Stored size: 506 Bytes
Contents
require 'spec_helper' require 'ruby_app/configuration' describe RubyApp::Configuration do include_context 'RubyApp::Application' describe 'positive' do describe 'class' do specify { RubyApp::Configuration.should respond_to('load!') } specify { RubyApp::Configuration.should respond_to('get') } specify { RubyApp::Configuration.should respond_to('unload!') } specify { RubyApp::Configuration.get.should_not be_nil } end end describe 'negative' do end end
Version data entries
70 entries across 70 versions & 1 rubygems