upgrade gems (moped, rspec, ...etc) + fix rspec warnings
did
committed Jun 15, 2015
commit 25deff7fd41bfd6b1ad4e47fa0ac1fc77ed628ab
Showing 6
changed files with
37 additions
and 37 deletions
Gemfile
+3
-3
| @@ | @@ -13,18 +13,18 @@ group :development do |
| end | |
| group :test do | |
| - | gem 'rspec', '~> 3.2.0' |
| + | gem 'rspec', '~> 3.3.0' |
| gem 'json_spec', '~> 1.1.4' | |
| gem 'i18n-spec', '~> 0.6.0' | |
| - | gem 'timecop', '~> 0.7.1' |
| + | gem 'timecop', '~> 0.7.4' |
| gem 'pry-byebug', '~> 3.1.0' | |
| gem 'rack-test', '~> 0.6.3' | |
| gem 'codeclimate-test-reporter', '~> 0.4.7', require: false | |
| - | gem 'coveralls', '~> 0.7.12', require: false |
| + | gem 'coveralls', '~> 0.8.1', require: false |
| end | |
| platform :ruby do | |
Gemfile.lock
+30
-30
| @@ | @@ -35,7 +35,7 @@ GEM |
| thread_safe (~> 0.3, >= 0.3.4) | |
| tzinfo (~> 1.1) | |
| addressable (2.3.8) | |
| - | bson (2.3.0) |
| + | bson (3.1.0) |
| byebug (4.0.5) | |
| columnize (= 0.9.0) | |
| chronic (0.10.2) | |
| @@ | @@ -63,10 +63,10 @@ GEM |
| compass-import-once (1.0.5) | |
| sass (>= 3.2, < 3.5) | |
| connection_pool (2.2.0) | |
| - | coveralls (0.7.12) |
| - | multi_json (~> 1.10) |
| + | coveralls (0.8.1) |
| + | json (~> 1.8) |
| rest-client (>= 1.6.8, < 2) | |
| - | simplecov (~> 0.9.1) |
| + | simplecov (~> 0.10.0) |
| term-ansicolor (~> 1.3) | |
| thor (~> 0.19.1) | |
| crass (1.0.2) | |
| @@ | @@ -95,7 +95,7 @@ GEM |
| iso | |
| iso (0.2.1) | |
| i18n | |
| - | json (1.8.2) |
| + | json (1.8.3) |
| json_spec (1.1.4) | |
| multi_json (~> 1.0) | |
| rspec (>= 2.0, < 4.0) | |
| @@ | @@ -113,14 +113,14 @@ GEM |
| mime-types (2.6.1) | |
| mimetype-fu (0.1.2) | |
| mini_portile (0.6.2) | |
| - | minitest (5.6.1) |
| + | minitest (5.7.0) |
| moneta (0.8.0) | |
| - | moped (2.0.4) |
| - | bson (~> 2.2) |
| + | moped (2.0.6) |
| + | bson (~> 3.0) |
| connection_pool (~> 2.0) | |
| optionable (~> 0.2.0) | |
| morphine (0.1.1) | |
| - | multi_json (1.11.0) |
| + | multi_json (1.11.1) |
| multi_xml (0.5.5) | |
| netrc (0.10.3) | |
| nokogiri (1.6.6.2) | |
| @@ | @@ -152,29 +152,29 @@ GEM |
| http-cookie (>= 1.0.2, < 2.0) | |
| mime-types (>= 1.16, < 3.0) | |
| netrc (~> 0.7) | |
| - | rspec (3.2.0) |
| - | rspec-core (~> 3.2.0) |
| - | rspec-expectations (~> 3.2.0) |
| - | rspec-mocks (~> 3.2.0) |
| - | rspec-core (3.2.3) |
| - | rspec-support (~> 3.2.0) |
| - | rspec-expectations (3.2.1) |
| + | rspec (3.3.0) |
| + | rspec-core (~> 3.3.0) |
| + | rspec-expectations (~> 3.3.0) |
| + | rspec-mocks (~> 3.3.0) |
| + | rspec-core (3.3.0) |
| + | rspec-support (~> 3.3.0) |
| + | rspec-expectations (3.3.0) |
| diff-lcs (>= 1.2.0, < 2.0) | |
| - | rspec-support (~> 3.2.0) |
| - | rspec-mocks (3.2.1) |
| + | rspec-support (~> 3.3.0) |
| + | rspec-mocks (3.3.0) |
| diff-lcs (>= 1.2.0, < 2.0) | |
| - | rspec-support (~> 3.2.0) |
| - | rspec-support (3.2.2) |
| + | rspec-support (~> 3.3.0) |
| + | rspec-support (3.3.0) |
| sanitize (4.0.0) | |
| crass (~> 1.0.2) | |
| nokogiri (>= 1.4.4) | |
| nokogumbo (= 1.4.1) | |
| sass (3.4.14) | |
| - | simplecov (0.9.2) |
| + | simplecov (0.10.0) |
| docile (~> 1.1.0) | |
| - | multi_json (~> 1.0) |
| - | simplecov-html (~> 0.9.0) |
| - | simplecov-html (0.9.0) |
| + | json (~> 1.8) |
| + | simplecov-html (~> 0.10.0) |
| + | simplecov-html (0.10.0) |
| slop (3.6.0) | |
| sprockets (2.12.3) | |
| hike (~> 1.2) | |
| @@ | @@ -197,8 +197,8 @@ GEM |
| thor (0.19.1) | |
| thread_safe (0.3.5) | |
| tilt (1.4.1) | |
| - | timecop (0.7.3) |
| - | tins (1.5.1) |
| + | timecop (0.7.4) |
| + | tins (1.5.2) |
| tzinfo (1.2.2) | |
| thread_safe (~> 0.1) | |
| unf (0.1.4) | |
| @@ | @@ -212,16 +212,16 @@ PLATFORMS |
| DEPENDENCIES | |
| bundler (~> 1.7) | |
| codeclimate-test-reporter (~> 0.4.7) | |
| - | coveralls (~> 0.7.12) |
| + | coveralls (~> 0.8.1) |
| i18n-spec (~> 0.6.0) | |
| json_spec (~> 1.1.4) | |
| locomotivecms_steam! | |
| - | moped (~> 2.0.4) |
| + | moped (~> 2.0.6) |
| origin (~> 2.1.1) | |
| pry-byebug (~> 3.1.0) | |
| rack-test (~> 0.6.3) | |
| rake (~> 10.4.2) | |
| - | rspec (~> 3.2.0) |
| + | rspec (~> 3.3.0) |
| thin | |
| - | timecop (~> 0.7.1) |
| + | timecop (~> 0.7.4) |
| yui-compressor (~> 0.12.0) | |
locomotivecms_steam.gemspec
+1
-1
| @@ | @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| |
| spec.add_development_dependency 'bundler', '~> 1.7' | |
| spec.add_development_dependency 'rake', '~> 10.4.2' | |
| - | spec.add_development_dependency 'moped', '~> 2.0.4' |
| + | spec.add_development_dependency 'moped', '~> 2.0.6' |
| spec.add_development_dependency 'origin', '~> 2.1.1' | |
| spec.add_dependency 'sanitize', '~> 4.0.0' | |
spec/unit/liquid/tags/consume_spec.rb
+1
-1
| @@ | @@ -30,7 +30,7 @@ describe Locomotive::Steam::Liquid::Tags::Consume do |
| describe 'raises an error if the syntax is incorrect' do | |
| let(:source) { '{% consume blog http://www.locomotiveapp.org %}{% endconsume %}' } | |
| - | it { expect { subject }.to raise_exception } |
| + | it { expect { subject }.to raise_exception(Liquid::SyntaxError) } |
| end | |
| end | |
spec/unit/liquid/tags/fetch_page_spec.rb
+1
-1
| @@ | @@ -18,7 +18,7 @@ describe Locomotive::Steam::Liquid::Tags::FetchPage do |
| describe 'raises an error if the syntax is incorrect' do | |
| let(:source) { "{% fetch_page 'about_us' %}{{ a_page.title }}" } | |
| - | it { expect { subject }.to raise_exception } |
| + | it { expect { subject }.to raise_exception(::SyntaxError) } |
| end | |
| end | |
spec/unit/liquid/tags/google_analytics_spec.rb
+1
-1
| @@ | @@ -10,7 +10,7 @@ describe Locomotive::Steam::Liquid::Tags::GoogleAnalytics do |
| describe 'raises an error if the syntax is incorrect' do | |
| let(:source) { '{% google_analytics %}' } | |
| - | it { expect { subject }.to raise_exception }#(::Liquid::SyntaxError) } |
| + | it { expect { subject }.to raise_exception(::Liquid::SyntaxError) } |
| end | |
| end | |