Sha256: 5f581ca3ea38a6df12f29ef71bf642887e993c2f9f2de0e7d2281137d8efab7b
Contents?: true
Size: 328 Bytes
Versions: 66
Compression:
Stored size: 328 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper' describe "Resolution spec" do before(:each) do @base = Class.new @base.extend(DependencyResolutions::Base) end %w(to_s to_string).each do |meth| eval "it 'should have the method #{meth} defined' do; @base.respond_to?(:#{meth}).should == true; end" end end
Version data entries
66 entries across 66 versions & 2 rubygems