ActiveJob is a module

This commit is contained in:
Dzmitry Plashchynski
2015-03-02 01:08:18 +02:00
parent 6f863ac4c6
commit 6bf168e627
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ require 'bundler'
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new('spec')
task default: :spec