Flowdock
method

assert_no_file

Importance_1
v3.0.0 - Show latest stable - 0 notes - Class: Rails::Generators::TestCase
assert_no_file(relative) public

Asserts a given file does not exist. You need to supply an absolute path or a path relative to the configured destination:

  assert_no_file "config/random.rb"
Show source
Register or log in to add new notes.