module Foodtaster::RSpec::Matchers::MatcherMethods

Public Instance Methods

have_directory(path)
Alias for: have_file
have_file(path) click to toggle source
# File lib/foodtaster/rspec/matchers/file_matcher.rb, line 78
def have_file(path)
  FileMatcher.new(path)
end
Also aliased as: have_directory
have_user(username) click to toggle source
# File lib/foodtaster/rspec/matchers/user_matcher.rb, line 57
def have_user(username)
  UserMatcher.new(username)
end