spec/config_spec.rb in safely-0.1.0pre vs spec/config_spec.rb in safely-0.1.0
- old
+ new
@@ -1,8 +1,7 @@
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
describe Safely::Config do
describe "Hoptoad" do
- it { should respond_to(:hoptoad_key) }
- it { should respond_to(:hoptoad_key=) }
+ it { should respond_to(:strategies) }
end
end