Skip to content

Commit

Permalink
With rspec 2.10.1, it should be "require 'rspec'" instead of "require…
Browse files Browse the repository at this point in the history
… 'spec'"
  • Loading branch information
avh4 committed Jun 16, 2012
1 parent cf73d87 commit 7ef6dea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require File.dirname(__FILE__) + "/../../lib/<%= project_name %>"
gem 'cucumber'
require 'cucumber'
gem 'rspec'
require 'spec'
require 'rspec'

Before do
@tmp_root = File.dirname(__FILE__) + "/../../tmp"
Expand Down

0 comments on commit 7ef6dea

Please sign in to comment.