Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec-rails

Using have_selector against a String object in Rails + RSpec

rspec-given error `Then` is not available from within an example (e.g. an `it` block)

using guard with rspec in rails 6 showing warnings

Zentest - How to stop automatic testing when red

validates_confirmation_of :password doesn't get triggered

How to use RSpec regex argument matching on certain types of arguments

NoMethodError: undefined method `setup' for RSpec::ExampleGroups::ApplicationsController:Class

ruby-on-rails rspec-rails

Testing a Class inside of a Module with RSpec

Share code between view specs

rspec rspec-rails

rspec/capybara/poltergeist tests pass 100% locally, random tests fail on teamcity CI server

How can I test memoization with RSpec?

RSpec 3.5 pass argument to shared_context

Rails RSpec, DRY specs: shared example vs. helper method vs. custom matcher

Cannot create test database in rails 3.2 with postgres

RSpec Error Regarding Selenium-Webdriver

rspec-rails: undefined method `true?' for true:TrueClass after updating to 3.0.0.beta2 version

How to disable a before_action in a controller spec?

DatabaseCleaner + RSpec : what is the correct configuration?

How to set a value in the params hash when testing a Rails helper method with RSpec?

ActionController::UrlGenerationError, No route matches

ruby-on-rails rspec-rails