Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rspec: Difference between allow and allow_any_instance_of

ruby rspec

Where I can learn Cucumber in detail?

Testing redirect after login with Devise

How can I better debug in RSpec?

ruby-on-rails ruby rspec

RSpec: how to test that a static method is called but prevent it from actually running?

ruby-on-rails rspec

How do I "expect" before block to change something in rspec?

ruby rspec

"Real HTTP connections are disabled" error when trying test OmniAuth with RSpec

ruby-on-rails ruby rspec

How to suppress RSpec output "Run options: include {:focus=>true}"?

rspec

Factory Girl / Rspec - "Trait Not Registered" Error

How to avoid a long stacktrace in rspec

ruby-on-rails ruby rspec

Display all pending, passing and error tests in rspec

rspec

Can I use a built-in RSpec matcher in a custom matcher?

How can I use RSpec to test the response code on a CanCan failed authorization?

What does "text-search query doesn't contain lexemes:" mean?

Validating boolean value in Rspec and Rails

Rspec not loading support files

ruby-on-rails rspec

Run rake assets:precompile before tests that include :js tag and skip otherwise

ruby-on-rails ruby rspec

Could not find diff-lcs when running generate rspec:install

Increasing timeout of poltergeist

How to test file download with rspec 1.3.0/capybara 0.3.9/selenium?