Archived
1
0
Fork 0

Fix specs

This commit is contained in:
Braiden Vasco 2017-07-20 19:52:53 +00:00
parent 449aa128bb
commit 6263649ce9
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -5,6 +5,7 @@
/InstalledFiles /InstalledFiles
/pkg/ /pkg/
/spec/reports/ /spec/reports/
/spec/examples.txt
/test/tmp/ /test/tmp/
/test/version_tmp/ /test/version_tmp/
/tmp/ /tmp/

View file

@ -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/>.
describe Lita::Adapters::Tox, lita: true do # RSpec.describe Lita::Adapters::Tox, lita: true do
end # end

View file

@ -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