We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f60237 commit 2dd66f9Copy full SHA for 2dd66f9
spec/support/helpers/analyzer_spec_helpers.rb
@@ -1,5 +1,6 @@
1
module AnalyzerSpecHelpers
2
def create_source_file(path, content)
3
+ raise "Must use in_tmpdir tag" unless @code
4
File.write(File.join(@code, path), content)
5
end
6
0 commit comments