mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-27 03:09:02 +02:00
Fix tests
This commit is contained in:
@@ -2,8 +2,8 @@ require 'spec_helper'
|
||||
require 'rack/test'
|
||||
include Rack::Test::Methods
|
||||
|
||||
describe Crono::Web do
|
||||
let(:app) { Crono::Web }
|
||||
describe Crono::Engine do
|
||||
let(:app) { Crono::Engine }
|
||||
|
||||
before do
|
||||
Crono::CronoJob.destroy_all
|
||||
|
||||
Reference in New Issue
Block a user