Sha256: 8e8cdea809c90fa790240fce2e3a64ecfe4047403b0554a60448da03120fc42d
Contents?: true
Size: 412 Bytes
Versions: 55
Compression:
Stored size: 412 Bytes
Contents
require 'spec_helper' require 'ruby_app/mixins/configure_mixin' describe RubyApp::Mixins::ConfigureMixin do include_context 'RubyApp::Request' describe 'positive' do before(:all) do class TestConfigureMixin include RubyApp::Mixins::ConfigureMixin end end let(:instance_a) { TestConfigureMixin.new } specify { instance_a.should respond_to(:configure) } end end
Version data entries
55 entries across 55 versions & 1 rubygems