lemon 0.9.0's Rakefile refers to a test directory with tests, but this directory no longer exists: ``` desc 'run lemon unit tests (via shell command)' task :unit do sh 'lemonade test -Itest/fixtures test/*.rb' end ```