spec/models/metasploit/credential/origin/service_spec.rb in metasploit-credential-2.0.12 vs spec/models/metasploit/credential/origin/service_spec.rb in metasploit-credential-2.0.13

- old
+ new

@@ -116,10 +116,10 @@ let(:module_type) do 'post' end it 'allows value' do - expect(service_origin).not_to allow_value(module_full_name).for(:module_full_name) + expect(service_origin).to allow_value(module_full_name).for(:module_full_name) end end end context "with '\\'" do