Β§ 2023-02-28

record_store
β”œβ”€β”€ app.rb
β”œβ”€β”€ Gemfile
β”œβ”€β”€ Gemfile.lock
└── lib
    β”œβ”€β”€ album.rb
└── views
    |__ layout.erb
└── spec
    β”œβ”€β”€ album_spec.rb
    β”œβ”€β”€ album_integration_spec.rb
└── public
    |__ stylesheets
        |__ main.css

Return to Top