Skip to content

Commit c528db0

Browse files
committed
fix library_source_config_spec fixtures path
1 parent 20f24f5 commit c528db0

File tree

10 files changed

+9
-10
lines changed

10 files changed

+9
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#<Bashly::ConfigurationError: [spec/fixtures/libraries/errors/files_array.yml] database.files must be an array>
1+
#<Bashly::ConfigurationError: [spec/fixtures/libraries_validation/files_array.yml] database.files must be an array>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#<Bashly::ConfigurationError: [spec/fixtures/libraries/errors/files_source.yml] database.files[0].source must be a string>
1+
#<Bashly::ConfigurationError: [spec/fixtures/libraries_validation/files_source.yml] database.files[0].source must be a string>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#<Bashly::ConfigurationError: [spec/fixtures/libraries/errors/files_target.yml] database.files[0].target must be a string>
1+
#<Bashly::ConfigurationError: [spec/fixtures/libraries_validation/files_target.yml] database.files[0].target must be a string>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#<Bashly::ConfigurationError: [spec/fixtures/libraries/errors/handler_string.yml] database.handler must be a string>
1+
#<Bashly::ConfigurationError: [spec/fixtures/libraries_validation/handler_string.yml] database.handler must be a string>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#<Bashly::ConfigurationError: [spec/fixtures/libraries/errors/help_string.yml] database.help must be a string>
1+
#<Bashly::ConfigurationError: [spec/fixtures/libraries_validation/help_string.yml] database.help must be a string>

spec/approvals/libraries_validation/libraries

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#<Bashly::ConfigurationError: [spec/fixtures/libraries/errors/message_string.yml] database.post_install_message must be a string>
1+
#<Bashly::ConfigurationError: [spec/fixtures/libraries_validation/message_string.yml] database.post_install_message must be a string>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#<Bashly::ConfigurationError: spec/fixtures/libraries/errors/root_hash.yml must be a hash>
1+
#<Bashly::ConfigurationError: spec/fixtures/libraries_validation/root_hash.yml must be a hash>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#<Bashly::ConfigurationError: [spec/fixtures/libraries/errors/usage_string.yml] database.usage must be a string>
1+
#<Bashly::ConfigurationError: [spec/fixtures/libraries_validation/usage_string.yml] database.usage must be a string>

spec/bashly/library_source_config_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe LibrarySourceConfig do
2-
fixtures = Dir['spec/fixtures/libraries/*.yml']
2+
fixtures = Dir['spec/fixtures/libraries_validation/*.yml']
33
subject { described_class.new path }
44

55
let(:path) { 'spec/fixtures/libraries/libraries.yml' }

0 commit comments

Comments
 (0)