Skip to content
Snippets Groups Projects

Allow strings and nested arrays of strings for before/after script

2 files
+ 37
37
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -87,7 +87,7 @@
describe '#errors' do
it 'saves errors' do
expect(entry.errors)
.to include 'commands config should be a string or a nested array of strings up to 10 levels deep'
.to include 'script config should be a string or a nested array of strings up to 10 levels deep'
end
end
end
@@ -100,7 +100,7 @@
describe '#errors' do
it 'saves errors' do
expect(entry.errors)
.to include 'commands config should be a string or a nested array of strings up to 10 levels deep'
.to include 'script config should be a string or a nested array of strings up to 10 levels deep'
end
end
Loading