Using RSpec instead of Rake for running tests
Hi,
I am trying to package the gem devise-token_authenticatable. It has a
single line in its Rakefile
require "bundler/gem_tasks"
and upstream told me to use `bundle exec rspec` to run tests.
How can I imitate this behavior in the debian way (using
debian/ruby-tests.rb) ?
The default ruby-tests.rake file give me the following output -
http://paste.debian.net/184553/ . Fixing that also would be enough I guess.
--
Regards
Balasankar C
http://balasankarc.in
Reply to: