# File lib/aruba/api.rb, line 84 def check_exact_file_content(file, exact_content) prep_for_fs_check { IO.read(file).should == exact_content } end