Sha256: 22a9f759b3c32ea5c32c5e7f23b4defecd7369e49c74acd9eb94fd6c06797eea
Contents?: true
Size: 445 Bytes
Versions: 70
Compression:
Stored size: 445 Bytes
Contents
require 'spec_helper' require 'ruby_app/log' describe RubyApp::Log do include_context 'RubyApp::Application' describe 'positive' do describe 'class' do specify { RubyApp::Log.should respond_to('open!') } specify { RubyApp::Log.should respond_to('get') } specify { RubyApp::Log.should respond_to('close!') } specify { RubyApp::Log.get.should_not be_nil } end end describe 'negative' do end end
Version data entries
70 entries across 70 versions & 1 rubygems