If you've written Ruby there's a good chance that at some point you've used RSpec to write automated tests for your code. When RSpec 3.0 was released in 2014 it gained a lot of really powerful features that often go overlooked. I'm going to share with you a bag of tricks that will take you from writing "basically adequate" tests to using the full power of RSpec to write magnificent specs. These features will help you to write clearer and more expressive tests.