From 896427a8d5f07fd08d2c44f154c59a7e9ed25451 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 21 Sep 2010 10:22:48 +1000 Subject: [PATCH] rspec updates --- Gemfile.lock | 29 +++++++++++++---------------- spec/spec_helper.rb | 1 - 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 417de3f..f5f8c73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - ZenTest (4.3.3) + ZenTest (4.4.0) abstract (1.0.0) actionmailer (3.0.0) actionpack (= 3.0.0) @@ -64,17 +64,18 @@ GEM rake (>= 0.8.4) thor (~> 0.14.0) rake (0.8.7) - rspec (2.0.0.beta.19) - rspec-core (= 2.0.0.beta.19) - rspec-expectations (= 2.0.0.beta.19) - rspec-mocks (= 2.0.0.beta.19) - rspec-core (2.0.0.beta.19) - rspec-expectations (2.0.0.beta.19) + rspec (2.0.0.beta.22) + rspec-core (= 2.0.0.beta.22) + rspec-expectations (= 2.0.0.beta.22) + rspec-mocks (= 2.0.0.beta.22) + rspec-core (2.0.0.beta.22) + rspec-expectations (2.0.0.beta.22) diff-lcs (>= 1.1.2) - rspec-mocks (2.0.0.beta.19) - rspec-rails (2.0.0.beta.19) - rspec (= 2.0.0.beta.19) - webrat (>= 0.7.2.beta.1) + rspec-mocks (2.0.0.beta.22) + rspec-core (= 2.0.0.beta.22) + rspec-expectations (= 2.0.0.beta.22) + rspec-rails (2.0.0.beta.22) + rspec (= 2.0.0.beta.22) rspec_tag_matchers (1.0.0) nokogiri (>= 1.4.0) rspec-rails (>= 1.2.6) @@ -84,15 +85,11 @@ GEM ruby-debug-base (0.10.3) linecache (>= 0.3) sqlite3-ruby (1.3.1) - thor (0.14.0) + thor (0.14.1) timecop (0.3.5) treetop (1.4.8) polyglot (>= 0.3.1) tzinfo (0.3.23) - webrat (0.7.2.beta.1) - nokogiri (>= 1.2.0) - rack (>= 1.0) - rack-test (>= 0.5.3) PLATFORMS ruby diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index af4b52e..72cb5d5 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,5 +1,4 @@ require 'rspec' -require 'rspec/autorun' require 'active_model' require 'active_model/validations'