spec/unit/brightbox/bb_config_spec.rb in brightbox-cli-2.2.0 vs spec/unit/brightbox/bb_config_spec.rb in brightbox-cli-2.3.0
- old
+ new
@@ -7,10 +7,9 @@
# these when whe actually are testing each by themselves!
it { expect(config).to respond_to(:config) }
it { expect(config).to respond_to(:config_directory) }
it { expect(config).to respond_to(:config_filename) }
it { expect(config).to respond_to(:delete_section) }
- it { expect(config).to respond_to(:clients) }
it { expect(config).to respond_to(:client_name) }
it { expect(config).to respond_to(:access_token_filename) }
it { expect(config).to respond_to(:refresh_token_filename) }
it { expect(config).to respond_to(:save) }