RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in