Sha256: 6961def7d520f291b8716068e3cbee4d4e5c6144845c4749876ddb14d0ccbcd9
Contents?: true
Size: 497 Bytes
Versions: 70
Compression:
Stored size: 497 Bytes
Contents
require 'spec_helper' require 'ruby_app/application' describe RubyApp::Application do include_context 'RubyApp::Application' describe 'positive' do describe 'class' do specify { RubyApp::Application.should respond_to('create!') } specify { RubyApp::Application.should respond_to('get') } specify { RubyApp::Application.should respond_to('destroy!') } specify { RubyApp::Application.get.should_not be_nil } end end describe 'negative' do end end
Version data entries
70 entries across 70 versions & 1 rubygems