search for: simplecov

Displaying 2 results from an estimated 2 matches for "simplecov".

Did you mean: simplec
2011 Jan 28
5
mysql quotation wonky
Why would, in an upgrade from 3.0.1 to 3.0.3, a rake db:migrate run this: SELECT "schema_migrations"."version" FROM "schema_migrations" vs this ? SELECT `schema_migrations`.`version` FROM `schema_migrations` __ rake db:migrate output __ rake aborted! Mysql::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
2012 Jul 05
0
tests , assertion output value always <>
...ty.can? :index, User 34: get :index 35: assert_response :success 36: assert_not_nil assigns(:users) <> expected but was <> I must have some wrong parameter , but where ? any clue welcome.. group :test do gem ''single_test'' gem ''simplecov'' gem ''fakeweb'' gem ''autotest-rails'' end -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@publi...