module Settings
Public Class Methods
fixtures_path()
click to toggle source
# File lib/search_in_file/settings.rb, line 13 def self.fixtures_path File.expand_path('../../..', __FILE__) + '/spec/fixtures' end
supported_docs()
click to toggle source
# File lib/search_in_file/settings.rb, line 5 def self.supported_docs Gem.win_platform? ? ['.doc', '.docx', '.pdf', '.txt'] : ['.docx', '.pdf', '.txt'] end
test_count()
click to toggle source
# File lib/search_in_file/settings.rb, line 9 def self.test_count 1 end