From 65a1a5edeebb0ccab20a967c077c508982a9dfb9 Mon Sep 17 00:00:00 2001 From: Carlos Goce Date: Fri, 23 Jan 2015 19:03:42 +0100 Subject: Remove unused dependency --- Gemfile | 1 - Gemfile.lock | 1 - spec/calendar_spec.rb | 1 - 3 files changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index 97cc778..c95c1ab 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,3 @@ gem 'prawn-table', '~> 0.2.1' gem 'rake', '~> 10.4.2' gem 'activesupport', '~> 4.2.0' gem 'rspec', '~> 3.1.0' -gem 'rspec-expectations', '~> 3.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index a1263c4..c92cb67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,4 +43,3 @@ DEPENDENCIES prawn-table (~> 0.2.1) rake (~> 10.4.2) rspec (~> 3.1.0) - rspec-expectations (~> 3.1.2) diff --git a/spec/calendar_spec.rb b/spec/calendar_spec.rb index 89cf9dc..ce042fc 100644 --- a/spec/calendar_spec.rb +++ b/spec/calendar_spec.rb @@ -1,5 +1,4 @@ require 'rspec' -require 'rspec/expectations' require_relative '../lib/carlosgoce/calendar' I18n.load_path = Dir['config/locales/*.yml'] -- cgit v1.2.3