Created
July 22, 2014 20:42
-
-
Save plukevdh/a374b1ffaeb409e54fa7 to your computer and use it in GitHub Desktop.
escaped_path missing?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RSpec.configure do |config| | |
| config.include InputExampleGroup, type: :input, example_group: { | |
| file_path: config.escaped_path(%w[spec inputs]) | |
| } | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this gist -- got me out of a similar bind. Appreciate the revised method myronmarston!