Sha256: dffdaf4d24f4ed2f5c6edad9deef6b9abc2b1b40075f82a2b177bc561f5b45fb
Contents?: true
Size: 436 Bytes
Versions: 15
Compression:
Stored size: 436 Bytes
Contents
require 'spec_helper' require 'ruby_app/mixins/configuration_mixin' describe RubyApp::Mixins::ConfigurationMixin do include_context 'RubyApp::Request' describe 'positive' do before(:all) do class TestConfigurationMixin include RubyApp::Mixins::ConfigurationMixin end end let(:instance_a) { TestConfigurationMixin.new } specify { instance_a.should respond_to(:configuration) } end end
Version data entries
15 entries across 15 versions & 1 rubygems