Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Ensure lita is required for lita/rspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Oct 14, 2014
1 parent d4b6281 commit 9a680cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lita/rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
major, *_unused = RSpec::Core::Version::STRING.split(/\./)
abort I18n.t("lita.rspec.version_3_required") if major.to_i < 3

require_relative "../lita"
require_relative "rspec/handler"

module Lita
Expand Down

0 comments on commit 9a680cb

Please sign in to comment.