Popular Rspec Programming Tips
Know your RSpec cli arguments!
Titov Andrey
·
0 responses
·
ruby, rails, cli, arguments
Validates field uniqueness with state_machine and factory_girl
Cédric Néhémie
·
0 responses
·
ruby, rails, factory_girl, rspec
Testing your spec against multiple rubies
Lucas
·
1 response
·
ruby, rvm, rspec
Configure test frameworks and fixture replacements in rails
Jens Grassel
·
0 responses
·
rails, configuration, testing, rspec
Navigate to your spec file quickly
Mikael Henriksson
·
0 responses
·
rails, sublime text 2, rspec
Leveraging Subject in RSpec - A rough cut!
Karthik Sirasanagandla
·
0 responses
·
ruby, rails, rspec
Wisely pick your dates for specs
Jed Schneider
·
2 responses
·
ruby, rspec, tdd
Using Rspec's shared_examples to spec new behavior
Kamil Tusznio
·
0 responses
·
ruby, rails, rspec
be nice to your CI
Benjamin Knofe
·
1 response
·
ruby, rails, test, ci
rake db:test:prepare error + PostgreSQL + RSpec
Tu Hoang
·
0 responses
·
rails, rspec, postgresql, rake
Putting RSpec describe blocks in other blocks to keep DRY
Ben Burton
·
0 responses
·
ruby, rails, rspec
Check the last inserted record with Cucumber
Fabrizio Soppelsa
·
0 responses
·
ruby, activerecord, cucumber, rspec
Rspec - Getting “by” with rspec feature specs
Nícolas Lazarte Kaqui
·
0 responses
·
ruby, rails, rspec
RSpec mocha warning with rails
Jens Grassel
·
0 responses
·
warning, rails, mocha, rspec
Designing code with RSpec
Codeship
·
0 responses
·
rails, cucumber, software design, spec
Behavior-Driven Integration and Unit Testing
Codeship
·
0 responses
·
cucumber, code, screencast, testing
Testing your FactoryGirl factories (and traits)
Christoph Lupprich
·
0 responses
·
ruby, rspec, factory girls
Debug your factories
Ramon Roche
·
0 responses
·
rails, test, factorygirl, rspec
Building Gemfile with Multiple Rails versions
David Paluy
·
0 responses
·
rspec, rails, gemfile, rails4
Decouple model tests from observers
Alexey Kuleshov
·
0 responses
·
ruby, tdd, rails, rspec
Just run rspec tests that differ from master
Markus Graf
·
0 responses
·
git, bash, rspec
Interested in High-Speed Development?
Marko Klemetti
·
0 responses
·
sublime, testing, rspec, high-speed development
Padrino - rspec - adding dynamic code to all controllers during testing
Max Schubert
·
0 responses
·
ruby, rspec, padrino
Integration tests vs. Bogus
Codeship
·
0 responses
·
ruby, rspec, cucumber, software