diff --git a/spec/lita/adapters/tox_spec.rb b/spec/lita/adapters/tox_spec.rb index db12b0d..aa823ba 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 . -# RSpec.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 498ba15..f1d5524 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