Sha256: eb4df5558523191fcc529d09cb4fbc47e71c50ccc37f6a293bc4b68fc387f1c9

Contents?: true

Size: 300 Bytes

Versions: 11

Compression:

Stored size: 300 Bytes

Contents

require_relative "../../helper.rb"

describe Gosu do
  describe "enable_undocumented_retrofication" do
    it "should set Texture.pixelated? true" do
      Ashton::Texture.should_not be_pixelated
      Gosu.enable_undocumented_retrofication
      Ashton::Texture.should be_pixelated
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
danabr75-ashton-0.1.5 spec/ashton/gosu_ext/gosu_spec.rb
ashton-0.1.6 spec/ashton/gosu_ext/gosu_spec.rb
ashton-0.1.5 spec/ashton/gosu_ext/gosu_spec.rb
ashton-0.1.4 spec/ashton/gosu_ext/gosu_spec.rb
ashton-0.1.3 spec/ashton/gosu_ext/gosu_spec.rb
ashton-0.1.2 spec/ashton/gosu_ext/gosu_spec.rb
ashton-0.1.1 spec/ashton/gosu_ext/gosu_spec.rb
ashton-0.1.0 spec/ashton/gosu_ext/gosu_spec.rb
ashton-0.0.4alpha spec/ashton/gosu_ext/gosu_spec.rb
ashton-0.0.3alpha spec/ashton/gosu_ext/gosu_spec.rb
ashton-0.0.2alpha spec/ashton/gosu_ext/gosu_spec.rb