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 4a6be37 commit af6d2d4Copy full SHA for af6d2d4
spec/file_info_spec.rb
@@ -1,4 +1,9 @@
1
RSpec.describe(Jekyll::Compose::FileInfo) do
2
+ before(:all) do
3
+ FileUtils.mkdir_p source_dir unless File.directory? source_dir
4
+ Dir.chdir source_dir
5
+ end
6
+
7
describe "#content" do
8
context "with a title of only words" do
9
let(:expected_result) do
0 commit comments