Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Ruby + Rspec: How should I be testing attr_accessor?

rspec

rspec test result from csv.read mocking file

Invalid gemspec -Illformed requirement ["#<YAML::Syck::DefaultKey:0xb5f9c990> 3.2.0"]

fixture_file_upload has {file} does not exist error

ruby-on-rails rspec

How do I test ajax POST request with RSpec?

Spork: how to refresh validations and other code?

Undefined methods for FactoryGirl transient variables

Multiple calls to the same endpoint with different results in webmock?

ruby rspec mocking webmock

What is the difference between "be_true" and "be true" in RSpec

what's the new equivalent of Rspec any_instance in Rspec 3?

ruby-on-rails testing rspec

How to test after_sign_in_path_for(resource)?

How do I correctly freeze time w/ Timecop in my spec?

How to avoid Rspec shared examples 'previously defined' warning?

Writing tests with RSpec for Redis with Rails

Capybara testing if page has regular expression

How can I test the page title with Capybara 2.0?

undefined method `create' in Rails RSpec

PG::Error: ERROR: relation "users" does not exist

ruby-on-rails testing rspec pg

Can I access Application Helper methods in a RSpec request?

how to test ruby inheritance with rspec

ruby rspec