Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rspec 'cannot load such file'

How do you specify Content-Type (and other headers) and request body in RSpec Rails Controller test?

ruby-on-rails json rspec

Verifying page title with rspec

ruby-on-rails rspec

Is it possible to stub a method in a parent class so that all subclass instances are stubbed in rspec?

Is it correct to store vcr cassettes in repository?

RSpec: cannot load such file -- teamcity/spec/runner/formatter/teamcity/formatter (LoadError)

ruby-on-rails ruby rspec

RSpec 3 best practices and expect_any_instance_of in Rails

ruby-on-rails rspec

Does there exist an analog of "And show me the page" of cucumber?

rspec cucumber

Rails 3: Duplicate validation error messages during testing

Rails fragment cache testing with RSpec

How can I access Sorcery in my RSpec tests?

RSpec for should_receive and should_not_receive both passed for Exception

ruby-on-rails rspec

How can I clean my database between erroneous rspec specs?

Capybara/RSpec -- Testing for multiple possible outcomes with have_content

rspec capybara

Why should I run rspec specs on my rails app only in a test environment, not dev or prod?

Test Speed: ActiveRecord use_transactional_fixtures vs. DatabaseCleaner.strategy = :transaction

How to make Ruby test factories with random unique data, in Factory Girl or Minifacture?

How do I configure Capybara to work with Poltergeist?

Expect that a JSON has just a particular set of keys in rspec?

ruby-on-rails ruby rspec

How to spec draper decorators with rspec.

ruby-on-rails rspec draper