Sha256: f241baf9d664f0a2a1f9a258bfac6f27dfbea804871990dabc02242b84ef607f
Contents?: true
Size: 176 Bytes
Versions: 3
Compression:
Stored size: 176 Bytes
Contents
require "spec_helper" require "tagen/pathname" describe Pathname do describe "#path" do it do expect(Pathname.new("hello").path).to eq("hello") end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tagen-2.0.2 | spec/tagen/pathname_spec.rb |
tagen-2.0.1 | spec/tagen/pathname_spec.rb |
tagen-2.0.0 | spec/tagen/pathname_spec.rb |