Rakefile in hexx-suit-2.2.3 vs Rakefile in hexx-suit-2.3.0
- old
+ new
@@ -9,9 +9,9 @@
# Loads bundler tasks
Bundler::GemHelper.install_tasks
# Loads the Hexx::RSpec and its tasks
require "hexx-rspec"
-Hexx::RSpec.install_tasks
+Hexx::RSpec::Tasks.install
# Sets the Hexx::RSpec :test task to default
task default: :test