質問編集履歴
1
    
        title	
    CHANGED
    
    | 
            File without changes
         | 
    
        body	
    CHANGED
    
    | @@ -23,7 +23,7 @@ | |
| 23 23 | 
             
            ```
         | 
| 24 24 | 
             
            require 'rails_helper'
         | 
| 25 25 |  | 
| 26 | 
            -
            RSpec.describe  | 
| 26 | 
            +
            RSpec.describe ProductsController, type: :controller do
         | 
| 27 27 | 
             
              describe "#show" do
         | 
| 28 28 | 
             
                before do
         | 
| 29 29 | 
             
                  product = FactoryBot.create(:product)
         | 
