A set of useful extensions for RSpec
With https://github.com/igorkasyanchuk/rspec_power you can print logs while running specs, define ENV variables, or change locales, etc. All with meta tags in specs.
Example
it "some description", :with_logs do
expect(User.calculate_something).to eq(42)
end
Post a comment