zentest

    5熱度

    2回答

    我試圖配置自動測試,以便當我運行測試套件並且有失敗的測試時,自動測試會停止測試並等待我在再次測試之前進行更改。使用我當前的配置,自動測試在遇到失敗的測試時會不斷進行測試,使其處理時有點麻煩(必須在每次遇到失敗測試時都要終止並停止自動測試服務器)。 我正在使用RSpec,Zentest和Spork的Rails應用程序。 相關Gem版本: autotest (4.4.6) rspec (2.6.0)

    1熱度

    1回答

    https://github.com/seattlerb/zentest/blob/master/lib/autotest/autoupdate.rb 它沒有記錄,我在網上找不到任何關於它的討論。

    3熱度

    2回答

    我以前已將ZenTest添加到我的gem文件中以運行自動測試。藉此機會,我得到以下錯誤的四倍以上: [email protected]:~/Documents/github/LocalSupport$ bundle exec autotest Invalid gemspec in [/usr/local/lib/ruby/gems/1.9.1/specifications/ZenTest-4.9

    1熱度

    1回答

    我得到Could not find ZenTest-4.6.0 in any of the sources 找到ZenTest-4.6.0當我試圖遷移使用bundle exec rake db:migrate $ bundle show ZenTest c:/Ruby192/lib/ruby/gems/1.9.1/gems/ZenTest-4.6.0 $ rails -v Rails 3.

    3熱度

    2回答

    我想通過git push heroku master推送到heroku。 而我有這個錯誤。 Fetching source index for http://rubygems.org/ Installing rake (0.9.2.2) Installing ZenTest (4.6.2) /usr/ruby1.9.2/lib/ruby/1.9.1/rubygems/ins

    0熱度

    1回答

    我基本上在我的簡單的Rails應用程序,隨後this RSpec guide工作,但是當我運行自動測試,我得到 $ autotest (Not running features. To run features in autotest, set AUTOFEATURE=true.) loading autotest/rails_rspec2 bundle exec /Users/darth/

    1熱度

    1回答

    當我練習Ruby on Rails教程的第三章時。大多數靜態頁面之後:結論。我想我的應用程序推送到Heroku的,但一個錯誤出現了,如下:(我到處尋找這個錯誤,但不能得到解決) Counting objects: 96, done. Delta compression using up to 2 threads. Compressing objects: 100% (73/73), done.

    10熱度

    3回答

    當我嘗試安裝ZenTest: gem install ZenTest 我得到以下錯誤: Invalid gemspec in [C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/specifications/ZenTest-4.8.4.gemspec]: Illformed requirement ["< 2.1, >= 1.8"] 我試圖清理寶石

    1熱度

    1回答

    我正在鬆散地經歷http://ruby.railstutorial.org/chapters/,我準備測試http://ruby.railstutorial.org/chapters/static-pages#sec:testing_tools。我在我的Gemfile中列出了自動測試相關的寶石,並且毫無意外地運行了bundle install,但是當我嘗試啓動服務器時,出現了錯誤Could not

    2熱度

    1回答

    試圖運行ZenTest Invalid gemspec in [/usr/local/rvm/gems/ruby-1.9.3-p194/specifications/ZenTest-4.9.3.gemspec]: Illformed requirement ["< 2.1, >= 1.8"]. 時候我已經試圖消除ZenTest 4.9.3和寶石我不斷收到此錯誤安設ZenTest 4.8.3,但