Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rspec/Rails: uninitialized constant ActiveSupport::Autoload (NameError)

ruby-on-rails rspec

Why does my ruby crash / segfault during tests?

Mongoid: 'update_attribute' with [models, ...] vs with [model_ids, ...]

ruby-on-rails rspec mongoid

Rails Devise API - Login route responds with `You need to sign in or sign up before continuing.`

How can I mock/fake the existence of a file using rspec?

Rails: Good process for adding tests retroactively?

testing a multi-step workflow in rspec

ruby rspec bdd

How can I test WebSockets (using Pusher) with RSpec?

After Rails 3 upgrade rake db:test:prepare not working?

What is the best way to mock a 3rd party object in ruby?

ruby testing rspec mocking

Parallel Test Execution hangs indefinitely for rspec

RSpec controller macro not working

ruby-on-rails rspec

Ruby EventMachine testing

ruby rspec eventmachine

Rspec/Rails: how to verify that no method of a class is called

ruby-on-rails rspec

Why does adding "sleep 1" in an after hook cause this Rspec/Capybara test to pass?

Rspec 3 Deprecation Warning: Filtering by an example_group subhash is deprecated. Use the subhash to filter directly instead

ruby-on-rails rspec

Capybara attach_file

Changing path for integration tests on a Paperclip Attachment

Poltergeist/PhantomJS crashing in Gitlab CI

Test Migrations are not running with my Rails Engine, even though `maintain_test_schema!` is specified