Распродажа + спички не должны загружаться на RSpec - PullRequest
2 голосов
/ 02 февраля 2012

Я добавил следующие строки в файл spec_helper.rb

require 'clearance/testing'
require 'clearance/shoulda_macros'
config.include Clearance::Shoulda::Helpers

Но я получаю следующую ошибку:

~/.rvm/gems/ruby-1.8.7-p357/gems/activesupport-3.0.10/lib/active_support/dependencies.rb
:239:in `require': no such file to load -- clearance/shoulda_macros (LoadError)

Запуск Ruby 1.8.7, Rails 3.0.9 с последними установленными драгоценными камнями Shoulda, Clearance и RSpec.

Есть идеи?

...