Sha256: da5f0e268308b2041841066a975a23ea089bff84b84bb28074f5d8e0f474228f
Contents?: true
Size: 280 Bytes
Versions: 19
Compression:
Stored size: 280 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') include Savage::Directions describe Point do it 'should have an x' do Point.new.respond_to?(:x).should == true; end it 'should have an y' do Point.new.respond_to?(:y).should == true; end end
Version data entries
19 entries across 19 versions & 3 rubygems