Tricks with RSpec components outside RSpec
RSpec provides many useful idioms (like argument matchers and method stubs) you can use outside any testing framework just for your everyday scripting. Here is how (and a bit of why).
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!
RSpec provides many useful idioms (like argument matchers and method stubs) you can use outside any testing framework just for your everyday scripting. Here is how (and a bit of why).
Post a comment