spec/shinq/configuration_spec.rb in shinq-0.2.0 vs spec/shinq/configuration_spec.rb in shinq-0.3.0
- old
+ new
@@ -11,9 +11,10 @@
it { is_expected.to respond_to(:queue_db) }
it { is_expected.to respond_to(:default_db) }
it { is_expected.to respond_to(:process) }
it { is_expected.to respond_to(:queue_timeout) }
it { is_expected.to respond_to(:daemonize) }
+ it { is_expected.to respond_to(:statistics) }
end
describe ".new" do
context "when key does not have a accessor method" do
let(:configuration) { Shinq::Configuration.new(undefined_key_name: 'foo') }