mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
[try] fix unstable spec result on Circle CI beyond file creation
This commit is contained in:
parent
03f4e65761
commit
87f136e5cd
3
circle.yml
Normal file
3
circle.yml
Normal file
@ -0,0 +1,3 @@
|
||||
checkout:
|
||||
post:
|
||||
- mkdir -p tmp
|
||||
@ -4,7 +4,7 @@ describe Plugin do
|
||||
let(:plugin) { FactoryGirl.build(:plugin) }
|
||||
|
||||
before do
|
||||
Plugin.stub(:gemfile_path).and_return { "/tmp/fluentd-ui-test-gemfile.plugins" } # NOTE: can't create a file under Rails.root directory on Circle CI
|
||||
Plugin.stub(:gemfile_path).and_return { Rails.root + "tmp/fluentd-ui-test-gemfile.plugins" }
|
||||
end
|
||||
|
||||
after do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user