Skip to content

Commit

Permalink
Remove savon's leftovers
Browse files Browse the repository at this point in the history
It has got no use long ago together with kalibro java.

Signed off by: Rafael Reggiani Manzo <[email protected]>
  • Loading branch information
Eduardo Silva Araújo authored and rafamanzo committed Mar 18, 2016
1 parent 9a20ac9 commit 77d4552
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions spec/kalibro_entities_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
after(:each) {KalibroClient.configure(config)}

it 'should set the config' do
KalibroClient.configure_with('spec/savon/fixtures/config.yml')
KalibroClient.configure_with('spec/fixtures/config.yml')

expect(KalibroClient.config).to eq({
processor_address: 'http://test1.test1',
Expand All @@ -61,14 +61,14 @@
end

it 'should keep the defaults' do
KalibroClient.configure_with('spec/savon/fixtures/inexistent_file.yml')
KalibroClient.configure_with('spec/fixtures/inexistent_file.yml')
expect(KalibroClient.config).to eq(config)
end

it 'should log an warning' do
@logger.expects(:warn).with("YAML configuration file couldn't be found. Using defaults.")

KalibroClient.configure_with('spec/savon/fixtures/inexistent_file.yml')
KalibroClient.configure_with('spec/fixtures/inexistent_file.yml')
end
end

Expand All @@ -79,14 +79,14 @@
end

it 'should keep the defaults' do
KalibroClient.configure_with('spec/savon/fixtures/invalid_config.yml')
KalibroClient.configure_with('spec/fixtures/invalid_config.yml')
expect(KalibroClient.config).to eq(config)
end

it 'should log an warning' do
@logger.expects(:warn).with("YAML configuration file contains invalid syntax. Using defaults.")

KalibroClient.configure_with('spec/savon/fixtures/invalid_config.yml')
KalibroClient.configure_with('spec/fixtures/invalid_config.yml')
end
end
end
Expand Down
1 change: 0 additions & 1 deletion spec/savon/fixtures/project/does_not_exists.xml

This file was deleted.

14 changes: 0 additions & 14 deletions spec/savon/savon_test_helper.rb

This file was deleted.

0 comments on commit 77d4552

Please sign in to comment.