diff --git a/test/system/super_scaffolding/partial_test.rb b/test/system/super_scaffolding/partial_test.rb index 5fd1947f8..5b9d85387 100644 --- a/test/system/super_scaffolding/partial_test.rb +++ b/test/system/super_scaffolding/partial_test.rb @@ -19,9 +19,9 @@ def setup # rails test test/system/super_scaffolding/ # # after the test you can tear down what we've done here in the db: - # rake db:migrate VERSION=`ls db/migrate | sort | tail -n 9 | head -n 1` + # rake db:migrate VERSION=`ls db/migrate | sort | tail -n 21 | head -n 1` # git checkout . - # git clean -d -f + # git clean -d -f app config db test # force autoload. [