task :build do

`cp lib/cvnotes.rb bin/cvnotes`
`chmod +x bin/cvnotes`

end

task :test do

`ruby test/cvnotes_test.rb`

end