Search code examples
Rails validate format. "001" should be valid but not "1" or 1. /\A\d\d\d\z/ not ...


ruby-on-railsregexrspecshoulda

Read More
Shoulda route matcher with subdomains...


minitestshoulda

Read More
shoulda-matchers fail when attribute saved in a model's callback...


ruby-on-railsshoulda

Read More
RSpec example not working with before_validation...


ruby-on-railsrspecrspec-railsshoulda

Read More
How do I test these callbacks on 1 of my models?...


ruby-on-railsruby-on-rails-4rspecfactory-botshoulda

Read More
rspec shoulda matchers with friendly id custom slug not working...


ruby-on-railsrspecshouldafriendly-id

Read More
Testing has_many with shoulda-matchers using rspec3...


ruby-on-railsruby-on-rails-4rspecshouldarspec3

Read More
Rails, shoulda and rspec, Column Not Null...


ruby-on-railsshoulda

Read More
Supertest returns no result and node instances don't exit...


node.jsexpressmocha.jsshouldasupertest

Read More
Creating a shoulda matcher for links in view specs...


ruby-on-railsrspecshoulda

Read More
How to Unit Test namespaced models...


ruby-on-railsunit-testingnamespacesshoulda

Read More
Is Test::Unit still relevant in rails?...


rubyrspeccucumbershouldatestunit

Read More
testing uniqueness scope validation using shoulda matchers...


validationruby-on-rails-4uniqueshoulda

Read More
how to impements gem shoulda in unit testing rails 4 without rspec?...


ruby-on-railsunit-testingshoulda

Read More
Shoulda Matcher can't find foreign ID...


ruby-on-railsrspecshoulda

Read More
Unable to include shoulda tests in a module...


rubyminitestshouldaruby-2.1

Read More
Test validating presence of email fails with shoulda, passes with factory girl...


ruby-on-railsunit-testingrspecfactory-botshoulda

Read More
Testing HABTM after_add/after_remove callbacks on rails 3.2...


ruby-on-railsruby-on-rails-3.2mockingrspec2shoulda

Read More
Testing associations with rspec-rails 3.0.1 and shoulda doesn't work...


ruby-on-railsrubyrspecshoulda

Read More
Testing Friendships: "UserFriendship should belong to friend." Error (Rails 4)...


ruby-on-railsrubyruby-on-rails-4shoulda

Read More
Why doesn't my rspec test pass when my model validation fails as it should...


ruby-on-railsrspecshoulda

Read More
Shoulda helpers don't work...


ruby-on-railstestingrspecshoulda

Read More
Can I use shoulda with mongoid?...


ruby-on-railstestingmongoidminitestshoulda

Read More
Rails 4 using validations on DateTime to get shoulda test passing...


ruby-on-railsvalidationdatetimerspecshoulda

Read More
Ensure_inclusion_of keeps passing when it should fail?...


ruby-on-railsruby-on-rails-3rspec-railsshoulda

Read More
How do I write a unit test for a method which removes characters from a text file?...


rubyrspecshoulda

Read More
Shoulda matchers have_many with custom relation name...


ruby-on-railsrspecshoulda

Read More
Testing ActiveRecord associations with Shoulda in non-Rails app...


activerecordrspecsinatrashoulda

Read More
Is there a simple (should-matchers) validation for { distinct } HABTM associations?...


ruby-on-railsvalidationassociationsrspec-railsshoulda

Read More
Upgraded Shoulda from 2 to 3, and now my custom extended methods don't seem to be working...


ruby-on-railsrubyunit-testingshoulda

Read More
BackNext