spork
Rack::Test resulting in ActiveRecord::AssociationTypeMismatch
I have a problem when running all of my specs. ActiveRecord::AssociationTypeMismatch: Affiliate(#2154746360) expected, got Affiliate(#2199508660)[详细]
2023-02-21 18:34 分类:问答How to use Rails.vim and spork?
If I\'m in a rails project, editing with rails.vim, how c开发者_开发百科an I get :Rake to run the specs through Spork?[详细]
2023-02-14 06:50 分类:问答Spork is repeatedly re-running failing tests in autotest
I have a new project that I am trying to get up and running with rspec, autotest and spork. I am using:[详细]
2023-02-13 10:47 分类:问答I cannot bootstrap the Spork configuration
I run spork --bootstrap on the command 开发者_如何转开发line and I get the error -bash: spork: command not found[详细]
2023-02-13 03:08 分类:问答RSpec Error - "Invalid Option"
I keep getting an issue when running RSpec with Autotest. My ~/.autotest file looks like this: require \'autotest/growl\'[详细]
2023-02-10 10:03 分类:问答spork: command not found
I\'ve just installed spork via adding the version to the gemfile and running bundle install. When I g开发者_StackOverflowem list I can see spork (0.8.4) so the gem is installed.[详细]
2023-02-08 22:36 分类:问答Spork won't Find RoR Framework
I am learning rails by following the Rails Tutorial under Ubuntu. I have been using spork and autotest and following the TDD as suggested by the book.[详细]
2023-02-08 19:20 分类:问答How do you load Machinist's blueprints when using Spork?
How do you load Machinist\'s blueprints when using Spork? Gems: mongoid (2.0.0.rc.6) capybara (0.4.1.1) steak (1.1.0)[详细]
2023-02-07 03:12 分类:问答Getting an uninitialized constant error with RSpec. Have no idea what's causing it
I\'m using RSpec for testing and when I left work Friday afternoon, my tests were passing. But when I went home and synced my repository, the tests failed on my laptop. Now back at work, the tests are[详细]
2023-01-30 21:15 分类:问答spork on Win7-x64/ruby1.9.2p0?
Having trouble getting spork running on Win7-x64/Ruby1.9.2p0: gem install spork ERROR:Error installing spork:[详细]
2023-01-22 11:50 分类:问答