📗 Table of Contents

📖 RSpect

Mastering basic testing in Rails using [RSpec] that keep application running smoothly.

Ruby-on-Rails
Server
Database

Key Features

  • Writing tests for Rails models, controllers, and views

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need to install Rails using the command:

   gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/FrederickMih/Testing-Rails-apps.git

Install

Install this project with:

  cd my-project
  bundle install

Usage

To run the project, execute the following command:

  rails s

Run tests

To run tests, run the following command:

  rspec

(back to top)

🔭 Future Features

  • ** Moving the tests to the next level **

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

(back to top)

🙏 Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

📝 License

This project is MIT licensed.

(back to top)