Currently, I have this
Rake::Task['FEATURE=features/Authentication.feature cucumber'].invoke
but id doesn't work.. says
Don't know how to build task 'FEATURE=features/Authentication.feature cucumber'
but when I do
rake FEATURE=features/Authentication.feature cucumber
that works... =\