Sha256: 9f0efbcfeb74c16f498ff44de3023702b07f0ee30aab739405e386163c3a0ae5

Contents?: true

Size: 418 Bytes

Versions: 29

Compression:

Stored size: 418 Bytes

Contents

require 'spec_helper'

describe Hitimes::Paths do
  it "can access the root dir of the project" do
    Hitimes::Paths.root_dir.must_equal File.expand_path( File.join( File.dirname( __FILE__ ), ".." ) ) + ::File::SEPARATOR
  end

  it "can access the lib path of the project" do
    Hitimes::Paths.lib_path.must_equal File.expand_path( File.join( File.dirname( __FILE__ ), "..", "lib" ) ) + ::File::SEPARATOR
  end
end

Version data entries

29 entries across 27 versions & 4 rubygems

Version Path
hitimes-1.3.1-x64-mingw32 spec/paths_spec.rb
hitimes-1.3.1-x86-mingw32 spec/paths_spec.rb
hitimes-1.3.1-java spec/paths_spec.rb
hitimes-1.3.1 spec/paths_spec.rb
hitimes-1.3.0-x64-mingw32 spec/paths_spec.rb
hitimes-1.3.0-x86-mingw32 spec/paths_spec.rb
hitimes-1.3.0-java spec/paths_spec.rb
hitimes-1.3.0 spec/paths_spec.rb
hitimes-1.2.6-x86-mingw32 spec/paths_spec.rb
hitimes-1.2.6-java spec/paths_spec.rb
hitimes-1.2.6 spec/paths_spec.rb
hitimes-1.2.5-java spec/paths_spec.rb
hitimes-1.2.5-x86-mingw32 spec/paths_spec.rb
hitimes-1.2.5 spec/paths_spec.rb
hitimes-1.2.4-java spec/paths_spec.rb
hitimes-1.2.4-x86-mingw32 spec/paths_spec.rb
hitimes-1.2.4 spec/paths_spec.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/hitimes-1.2.2/spec/paths_spec.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/hitimes-1.2.2/spec/paths_spec.rb
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/hitimes-1.2.2/spec/paths_spec.rb