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