Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions retscli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "rets", "~> 0.10"
spec.add_dependency "thor", "~> 0.19"
spec.add_dependency "thor", "~> 1.0"
spec.add_dependency "terminal-table", "~> 1.5"
spec.add_dependency "tty-spinner", "~> 0.2"
spec.add_development_dependency "bundler", "~> 1.11"
spec.add_development_dependency "bundler", "~> 2.2"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "minitest", "~> 5.0"
end
2 changes: 1 addition & 1 deletion test/display_adapter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def metadata
describe '#objects' do
it 'renders objects' do
objects = "Object: image"\
"\n MimeType: "\
"\n MimeType: image/jpeg"\
"\n Description: Property_Photo"

assert_equal objects, subject.objects('property')
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"\n Visible Name: Agent"\
"\n Description : Agent"\
"\n Object: image"\
"\n MimeType: "\
"\n MimeType: image/jpeg"\
"\n Description: Agent Photo"\
"\nResource: Office (Key Field: DO_OFFICE_ID)"\
"\n Class: Office"\
Expand Down Expand Up @@ -47,7 +47,7 @@
"\n Visible Name: Commercial_Lease"\
"\n Description : Commercial_Lease"\
"\n Object: image"\
"\n MimeType: "\
"\n MimeType: image/jpeg"\
"\n Description: Property_Photo"\
"\nResource: OpenHouse (Key Field: rets_oh_id)"\
"\n Class: OpenHouse"\
Expand Down