Skip to content

Commit

Permalink
updated gems and fixed minitest deprec messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiz Lulkin committed Sep 15, 2013
1 parent 6ec29ab commit a63ebbb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

16 changes: 8 additions & 8 deletions Gemfile.lock
@@ -1,20 +1,20 @@
PATH
remote: .
specs:
html2slim (0.0.1)
html2slim (0.0.3)
hpricot

GEM
remote: https://rubygems.org/
specs:
hpricot (0.8.6)
minitest (4.7.1)
rake (0.8.7)
slim (1.3.8)
temple (~> 0.6.3)
tilt (~> 1.3.3)
temple (0.6.4)
tilt (1.3.7)
minitest (5.0.7)
rake (10.1.0)
slim (2.0.1)
temple (~> 0.6.6)
tilt (>= 1.3.3, < 2.1)
temple (0.6.6)
tilt (1.4.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion test/helper.rb
Expand Up @@ -3,4 +3,4 @@
require 'slim'
require_relative '../lib/html2slim'

MiniTest::Unit.autorun
MiniTest.autorun
2 changes: 1 addition & 1 deletion test/test_html2slim.rb
@@ -1,7 +1,7 @@
require_relative 'helper'
require 'tmpdir'

class TestHTML2Slim < MiniTest::Unit::TestCase
class TestHTML2Slim < MiniTest::Test
def setup
Slim::Engine.default_options[:id_delimiter] = '_'
create_html_file
Expand Down

0 comments on commit a63ebbb

Please sign in to comment.