lib/tasks/debug.rake in hexx-suit-2.2.3 vs lib/tasks/debug.rake in hexx-suit-2.3.0
- old
+ new
@@ -1,6 +1,4 @@
-caller = Hexx::RSpec::System
-
desc "Runs a test suit in a bundle environment inside pry 'rescue' wrapper."
task :debug do
- caller.call "bundle exec rescue rspec spec"
+ Hexx::RSpec["bundle exec rescue rspec spec"]
end