aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock1
-rw-r--r--spec/calendar_spec.rb1
3 files changed, 0 insertions, 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']