diff options
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 1 | ||||
-rw-r--r-- | spec/calendar_spec.rb | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -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'] |