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
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# RSpec.describe Lita::Adapters::Tox, lita: true do
|
||||
# end
|
||||
RSpec.describe Lita::Adapters::Tox, lita: true do
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue