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

Version Path
savage-transform-1.3.0 spec/savage/directions/point_spec.rb
text2path-0.0.2 lib/ext/savage/spec/savage/directions/point_spec.rb
text2path-0.0.1 lib/ext/savage/spec/savage/directions/point_spec.rb
savage-1.2.0 spec/savage/directions/point_spec.rb
savage-1.1.8 spec/savage/directions/point_spec.rb
savage-1.1.7 spec/savage/directions/point_spec.rb
savage-1.1.6 spec/savage/directions/point_spec.rb
savage-1.1.5 spec/savage/directions/point_spec.rb
savage-1.1.4 spec/savage/directions/point_spec.rb
savage-1.1.3 spec/savage/directions/point_spec.rb
savage-1.1.2 spec/savage/directions/point_spec.rb
savage-1.1.1 spec/savage/directions/point_spec.rb
savage-1.1.0 spec/savage/directions/point_spec.rb
savage-1.0.3 spec/savage/directions/point_spec.rb
savage-1.0.2 spec/savage/directions/point_spec.rb
savage-1.0.1 spec/savage/directions/point_spec.rb
savage-1.0.0 spec/savage/directions/point_spec.rb
savage-0.2.0 spec/savage/directions/point_spec.rb
savage-0.1.0 spec/savage/directions/point_spec.rb