NOTE!!!!!!!!! Ended up in trouble going down this path. Followed Rails 3 in Action method instead
generate
rails plugin new importable --dummy-path=spec/dummy --full --mountable && cd importable
in .gitignore change references to test/dummy to spec/dummy (rails bug¿)
spec/dummy/db/*.sqlite3
spec/dummy/log/*.log