Sha256: 3712ecae0d2756b451b6804d95376cf0ec766cd94378c7584408fb70472718e2

Contents?: true

Size: 222 Bytes

Versions: 6

Compression:

Stored size: 222 Bytes

Contents

module Helpers
  TEXT_DIR = ::File.expand_path(::File.join(::File.dirname(__FILE__),'..','text'))

  SAMPLE_TEXT = ::File.join(TEXT_DIR,'sample.txt')
  PREVIOUS_WORDLIST = ::File.join(TEXT_DIR,'previous_wordlist.txt')
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wordlist-1.1.1 spec/helpers/text.rb
wordlist-1.1.0 spec/helpers/text.rb
wordlist-1.0.3 spec/helpers/text.rb
wordlist-1.0.2 spec/helpers/text.rb
wordlist-1.0.1 spec/helpers/text.rb
wordlist-1.0.0 spec/helpers/text.rb