From 6263649ce9270fe09202a31694f522befc2a4562 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Thu, 20 Jul 2017 19:52:53 +0000 Subject: [PATCH] Fix specs --- .gitignore | 1 + spec/lita/adapters/tox_spec.rb | 4 ++-- spec/spec_helper.rb | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2d8ab4..b6f5290 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /InstalledFiles /pkg/ /spec/reports/ +/spec/examples.txt /test/tmp/ /test/version_tmp/ /tmp/ diff --git a/spec/lita/adapters/tox_spec.rb b/spec/lita/adapters/tox_spec.rb index f37b3da..db12b0d 100644 --- a/spec/lita/adapters/tox_spec.rb +++ b/spec/lita/adapters/tox_spec.rb @@ -16,5 +16,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -describe Lita::Adapters::Tox, lita: true do -end +# RSpec.describe Lita::Adapters::Tox, lita: true do +# end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index f1d5524..498ba15 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -40,7 +40,7 @@ require 'faker' require 'lita/rspec' -require 'lita-tox' +# require 'lita-tox' # A compatibility mode is provided for older plugins upgrading from Lita 3. # Since this plugin was generated with Lita 4, the compatibility mode