From 9b39b5707fd5d705d7c0f415965fcd036f741e2c Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Thu, 1 Mar 2012 13:48:34 -0500 Subject: [PATCH] removed unneeded timecop --- Gemfile | 4 +--- test/units/sprites/importer_test.rb | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6f5eb63b..df642247 100644 --- a/Gemfile +++ b/Gemfile @@ -10,9 +10,7 @@ gem "css_parser", "~> 1.0.1" gem "sass", "~> 3.1" gem "haml", "~> 3.1" gem "rubyzip" -gem "livereload" -gem 'mocha' -gem 'timecop' +gem 'mocha' gem 'diff-lcs', '~> 1.1.2' diff --git a/test/units/sprites/importer_test.rb b/test/units/sprites/importer_test.rb index e4030017..6691fa41 100644 --- a/test/units/sprites/importer_test.rb +++ b/test/units/sprites/importer_test.rb @@ -1,5 +1,5 @@ require 'test_helper' -require 'timecop' + class ImporterTest < Test::Unit::TestCase include SpriteHelper