Sha256: 33d2f600f97d1b0449f8c7c4fb1a2c087a77421585d9079afb709340b65e1444

Contents?: true

Size: 217 Bytes

Versions: 12

Compression:

Stored size: 217 Bytes

Contents

module FileHelpers
  def read_from_app(file_path)
    File.read("tmp/aruba/myapp/#{file_path}")
  end

  def pathname_from_app(file_path)
    Pathname.new("tmp/aruba/myapp/#{file_path}")
  end
end

World(FileHelpers)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pah-0.0.28 features/support/file_helpers.rb
pah-0.0.27 features/support/file_helpers.rb
pah-0.0.26 features/support/file_helpers.rb
pah-0.0.25 features/support/file_helpers.rb
pah-0.0.24 features/support/file_helpers.rb
pah-0.0.23 features/support/file_helpers.rb
pah-0.0.22 features/support/file_helpers.rb
pah-0.0.21 features/support/file_helpers.rb
pah-0.0.20 features/support/file_helpers.rb
pah-0.0.19 features/support/file_helpers.rb
pah-0.0.17 features/support/file_helpers.rb
pah-0.0.16 features/support/file_helpers.rb