Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
forced upgrade to the latest rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Mar 17, 2009
1 parent 7071e5e commit 264f5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
@@ -1,7 +1,6 @@
require 'rubygems'
require 'pp'
gem 'selenium-client', '~>1.2.10'
gem 'rspec', '~>1.1.12'
gem 'rspec', '~>1.2.0'
require 'spec'
require 'sinatra/test'
require 'dm-sweatshop'
Expand All @@ -26,6 +25,7 @@
if ENV['SELENIUM'].nil?
config.mode = :sinatra
else
gem 'selenium-client', '~>1.2.10'
config.mode = :selenium
config.application_framework = :sinatra
config.application_port = 4567
Expand Down

0 comments on commit 264f5b4

Please sign in to comment.