Fix specs
This commit is contained in:
parent
449aa128bb
commit
6263649ce9
3 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
|||
/InstalledFiles
|
||||
/pkg/
|
||||
/spec/reports/
|
||||
/spec/examples.txt
|
||||
/test/tmp/
|
||||
/test/version_tmp/
|
||||
/tmp/
|
||||
|
|
|
@ -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/>.
|
||||
|
||||
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