spec/appsignal/transaction/transaction_formatter_spec.rb in appsignal-0.6.4 vs spec/appsignal/transaction/transaction_formatter_spec.rb in appsignal-0.6.5

- old
+ new

@@ -10,9 +10,10 @@ before { formatter.to_hash } subject { formatter.hash } context "with a regular request" do let(:transaction) { regular_transaction } + before { transaction.truncate! } its(:keys) { should =~ [:request_id, :log_entry, :failed] } its([:request_id]) { should == '1' } its([:log_entry]) { should == { :action => "BlogPostsController#show",