Library can be required
This commit is contained in:
parent
98fe4d4656
commit
76c5330289
2 changed files with 3 additions and 3 deletions
|
@ -16,5 +16,5 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# RSpec.describe Lita::Adapters::Tox, lita: true do
|
RSpec.describe Lita::Adapters::Tox, lita: true do
|
||||||
# end
|
end
|
||||||
|
|
|
@ -40,7 +40,7 @@ require 'faker'
|
||||||
|
|
||||||
require 'lita/rspec'
|
require 'lita/rspec'
|
||||||
|
|
||||||
# require 'lita-tox'
|
require 'lita-tox'
|
||||||
|
|
||||||
# A compatibility mode is provided for older plugins upgrading from Lita 3.
|
# A compatibility mode is provided for older plugins upgrading from Lita 3.
|
||||||
# Since this plugin was generated with Lita 4, the compatibility mode
|
# Since this plugin was generated with Lita 4, the compatibility mode
|
||||||
|
|
Reference in a new issue