Test if test/performance/browsing_test.rb exists when --skip-activerecord is used

[#4104]
This commit is contained in:
Santiago Pastorino 2010-10-09 13:11:22 -02:00
parent e695c40e11
commit e7f911d5ca

@ -168,6 +168,7 @@ def test_config_another_database
def test_config_database_is_not_added_if_skip_active_record_is_given
run_generator [destination_root, "--skip-active-record"]
assert_no_file "config/database.yml"
assert_file "test/performance/browsing_test.rb"
end
def test_active_record_is_removed_from_frameworks_if_skip_active_record_is_given