Sha256: 50264f29b4a541dad53aa318b1682b81dbf7802c4f2aa7502378ff91c30286a6
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
require 'spec_helper' describe Lotion do subject { Lotion::FILES } let( :path ){ File.expand_path( File.join( __FILE__, '../../..' ) ) } it { should include( "#{path}/lib/lotion.rb" ) } it { should include( "#{path}/lib/lotion/concern.rb" ) } it { should include( "#{path}/lib/lotion/version.rb" ) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lotion-0.0.1 | spec/lotion/files_spec.rb |