I was running guard
and here's the specific backtrace, although it might not help since it's specific to my testing setup:
Running: test/functional/signups_controller_test.rb
/Users/JackC/.rvm/gems/ruby-1.9.3-p194@kickpuncher/gems/minitest-3.0.0/lib/minitest/spec.rb:68:in `describe': undefined method `create' for ActionController::TestCase:Class (NoMethodError)
from /Users/JackC/Development/kickpuncher/test/functional/signups_controller_test.rb:3:in `<top (required)>'
from -e:in `require'
Gemfile:
source 'https://rubygems.org'
gem 'rails', '3.2.3'
# Bundle edge Rails instead:
# gem 'rails', git: 'git://github.com/rails/rails.git'
gem 'rails-api', git: 'git://github.com/spastorino/rails-api.git'
gem 'jquery-rails'
gem 'mongoid'
gem 'bson_ext'
gem 'acts_as_list_mongoid'
gem 'mongoid_taggable_with_context'
gem 'devise'
gem 'state_machine'
gem 'fog'
gem 'sinatra'
gem 'slim'
gem 'sidekiq'
gem 'kaminari'
gem 'koala'
gem 'mini_magick'
gem 'carrierwave'
gem 'carrierwave-mongoid', require: 'carrierwave/mongoid'
gem 'redis-store'
gem 'redis-rails'
gem 'feedzirra', '0.0.24'
gem 'profanity_filter'
gem 'validates_timeliness'
gem 'carmen'
gem 'pry-rails'
gem 'rabl'
gem 'yajl-ruby'
gem 'retriable'
# Use unicorn as the web server
gem 'unicorn'
group :test do
gem 'turn'
gem 'minitest'
gem 'ffaker'
gem "rack-test", require: "rack/test"
gem 'database_cleaner'
gem 'simplecov', require: false
gem 'guard-minitest'
gem 'minitest-spec-rails', git: 'git://github.com/kamui/minitest-spec-rails.git'
gem 'minitest-matchers'
gem 'valid_attribute'
gem 'mocha', require: false
end
group :development do
gem 'heroku'
gem 'foreman'
gem 'rails_best_practices'
gem 'ruby-graphviz', require: 'graphviz'
# gem 'metric_fu'
# gem 'rack-perftools_profiler', :require => 'rack/perftools_profiler'
end
group :development, :test do
gem 'awesome_print'
gem 'fabrication', git: 'git://github.com/kamui/fabrication.git', branch: 'patch-1'
gem 'guard'
gem 'rb-fsevent'
gem 'ruby_gntp'
gem 'ruby-prof'
gem 'pry-nav'
gem 'pry-stack_explorer'
# gem 'ruby-debug19', require: 'ruby-debug'
# gem 'cover_me', '>= 1.0.0.pre2', require: false
end
group :production, :staging do
gem 'exceptional'
# gem 'rpm_contrib'
end
Gemfile.lock
GIT
remote: git://github.com/kamui/fabrication.git
revision: 7cbb83d20c3b0548a3cee7165f9c5fb789da2a85
branch: patch-1
specs:
fabrication (1.4.0)
GIT
remote: git://github.com/kamui/minitest-spec-rails.git
revision: ad4489dfd17403c00f7da347d8c43304ea493d4a
specs:
minitest-spec-rails (3.0.2)
minitest
rails (~> 3.0)
GIT
remote: git://github.com/spastorino/rails-api.git
revision: ff406ad65272350eeb4a52b855846dc2de97e287
specs:
rails-api (0.0.1)
actionpack (>= 3.2.0)
railties (>= 3.2.0)
tzinfo (~> 0.3.31)
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.3)
actionpack (= 3.2.3)
mail (~> 2.4.4)
actionpack (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.3)
activesupport (= 3.2.3)
builder (~> 3.0.0)
activerecord (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
activesupport (3.2.3)
i18n (~> 0.6)
multi_json (~> 1.0)
acts_as_list_mongoid (0.2.5.1)
mongoid (>= 2.0.1)
mongoid_embedded_helper (>= 0.2.5)
addressable (2.2.8)
ansi (1.4.2)
arel (3.0.2)
awesome_print (1.0.2)
bcrypt-ruby (3.0.1)
binding_of_caller (0.6.7)
bson (1.6.2)
bson_ext (1.6.2)
bson (~> 1.6.2)
builder (3.0.0)
carmen (0.2.13)
carrierwave (0.6.2)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
carrierwave-mongoid (0.2.1)
carrierwave (~> 0.6.1)
mongoid (~> 2.1)
celluloid (0.10.0)
coderay (1.0.6)
colored (1.2)
connection_pool (0.9.1)
curb (0.8.0)
database_cleaner (0.7.2)
devise (2.1.0)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.7)
railties (~> 3.1)
warden (~> 1.1.1)
erubis (2.7.0)
exceptional (2.0.32)
rack
excon (0.13.4)
faraday (0.7.6)
addressable (~> 2.2)
multipart-post (~> 1.1)
rack (~> 1.1)
feedzirra (0.0.24)
activesupport (>= 2.3.8)
builder (>= 2.1.2)
curb (>= 0.2.3)
loofah (>= 0.3.1)
nokogiri (> 0.0.0)
sax-machine (>= 0.0.12)
ffaker (1.14.0)
ffi (1.0.11)
fog (1.3.1)
builder
excon (~> 0.13.0)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0)
net-scp (~> 1.0.4)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5.0)
ruby-hmac
foreman (0.46.0)
thor (>= 0.13.6)
formatador (0.2.3)
guard (1.0.3)
ffi (>= 0.5.0)
thor (>= 0.14.6)
guard-minitest (0.5.0)
guard (>= 0.4)
heroku (2.25.0)
launchy (>= 0.3.2)
netrc (~> 0.7.1)
rest-client (~> 1.6.1)
rubyzip
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
jruby-pageant (1.0.2)
json (1.7.3)
kaminari (0.13.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
kgio (2.7.4)
koala (1.4.1)
faraday (~> 0.7.0)
multi_json (~> 1.3.0)
launchy (2.1.0)
addressable (~> 2.2.6)
loofah (1.2.1)
nokogiri (>= 1.4.4)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.1)
method_source (0.7.1)
mime-types (1.18)
mini_magick (3.4)
subexec (~> 0.2.1)
minitest (3.0.0)
minitest-matchers (1.2.0)
minitest (>= 2.5.0)
mocha (0.11.4)
metaclass (~> 0.0.1)
mongo (1.6.2)
bson (~> 1.6.2)
mongoid (2.4.10)
activemodel (~> 3.1)
mongo (~> 1.3)
tzinfo (~> 0.3.22)
mongoid_adjust (0.1.2)
bson (>= 1.2)
mongoid (>= 2.0.1)
mongoid_embedded_helper (0.3.2)
bson (>= 1.2)
bson (>= 1.2)
mongoid (>= 2.0.1)
mongoid (>= 2.0.1)
mongoid_adjust (>= 0.1.1)
mongoid_adjust (>= 0.1.1)
mongoid_taggable_with_context (0.8.1)
mongoid (>= 2.0.0)
multi_json (1.3.5)
multipart-post (1.1.5)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.4.0)
jruby-pageant (>= 1.0.2)
netrc (0.7.1)
nokogiri (1.5.2)
orm_adapter (0.0.7)
polyglot (0.3.3)
profanity_filter (0.1.1)
progressbar (0.11.0)
pry (0.9.9.6)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
pry-nav (0.2.1)
pry (~> 0.9.9)
pry-rails (0.1.6)
pry
pry-stack_explorer (0.4.2)
binding_of_caller (~> 0.6.2)
pry (~> 0.9.9)
rabl (0.6.12)
activesupport (>= 2.3.14)
multi_json (~> 1.0)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-protection (1.2.0)
rack
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.3)
actionmailer (= 3.2.3)
actionpack (= 3.2.3)
activerecord (= 3.2.3)
activeresource (= 3.2.3)
activesupport (= 3.2.3)
bundler (~> 1.0)
railties (= 3.2.3)
rails_best_practices (1.9.1)
activesupport
awesome_print
colored
erubis
i18n
progressbar
sexp_processor
railties (3.2.3)
actionpack (= 3.2.3)
activesupport (= 3.2.3)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
raindrops (0.9.0)
rake (0.9.2.2)
rb-fsevent (0.9.1)
rdoc (3.12)
json (~> 1.4)
redis (2.2.2)
redis-actionpack (3.2.3)
actionpack (~> 3.2.3)
redis-rack (~> 1.4.0)
redis-store (~> 1.1.0)
redis-activesupport (3.2.3)
activesupport (~> 3.2.3)
redis-store (~> 1.1.0)
redis-namespace (1.1.0)
redis (< 3.0.0)
redis-rack (1.4.1)
rack (= 1.4.1)
redis-store (~> 1.1.0)
redis-rails (3.2.3)
redis-actionpack (~> 3.2.3)
redis-activesupport (~> 3.2.3)
redis-store (~> 1.1.0)
redis-store (1.1.0)
redis (~> 2.2.0)
rest-client (1.6.7)
mime-types (>= 1.16)
retriable (1.3.2)
ruby-graphviz (1.0.5)
ruby-hmac (0.4.0)
ruby-prof (0.11.2)
ruby_gntp (0.3.4)
rubyzip (0.9.8)
sax-machine (0.1.0)
nokogiri (> 0.0.0)
sexp_processor (3.2.0)
sidekiq (1.2.1)
celluloid (~> 0.10.0)
connection_pool (~> 0.9.0)
multi_json (~> 1)
redis
redis-namespace
simplecov (0.6.4)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
slim (1.2.0)
temple (~> 0.4.0)
tilt (~> 1.3.3)
slop (2.4.4)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
state_machine (1.1.2)
subexec (0.2.2)
temple (0.4.0)
thor (0.14.6)
tilt (1.3.3)
timeliness (0.3.6)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
turn (0.9.5)
ansi
tzinfo (0.3.33)
unicorn (4.3.1)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
valid_attribute (1.2.0)
validates_timeliness (3.0.11)
timeliness (~> 0.3.6)
warden (1.1.1)
rack (>= 1.0)
yajl-ruby (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
acts_as_list_mongoid
awesome_print
bson_ext
carmen
carrierwave
carrierwave-mongoid
database_cleaner
devise
exceptional
fabrication!
feedzirra (= 0.0.24)
ffaker
fog
foreman
guard
guard-minitest
heroku
jquery-rails
kaminari
koala
mini_magick
minitest
minitest-matchers
minitest-spec-rails!
mocha
mongoid
mongoid_taggable_with_context
profanity_filter
pry-nav
pry-rails
pry-stack_explorer
rabl
rack-test
rails (= 3.2.3)
rails-api!
rails_best_practices
rb-fsevent
redis-rails
redis-store
retriable
ruby-graphviz
ruby-prof
ruby_gntp
sidekiq
simplecov
sinatra
slim
state_machine
turn
unicorn
valid_attribute
validates_timeliness
yajl-ruby
Using:
- Bundler version 1.2.0.pre
- ruby 1.9.3p194
- rubygems 1.8.24
- rvm 1.13.4
- no rubygems-bundler
- no open_gem