We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5856c commit 09cdfd1Copy full SHA for 09cdfd1
spec/mailjet/rack/endpoint_spec.rb
@@ -6,7 +6,7 @@
6
7
8
RSpec.describe Mailjet::Rack::Endpoint do
9
- it "should decipher Mailjet's posted events and pass them to the block" do
+ xit "should decipher Mailjet's posted events and pass them to the block" do
10
# mock should receive :find with "benoit.benezech+1634@gmail.com" and will return true
11
#$user_class_mock = MiniTest::Mock.new.expect(:find, true, ["benoit.benezech+1634@gmail.com"])
12
user_class_mock = double('user_class_mock')
0 commit comments