Skip to content

Applying RSpec testing to the Tic-tac-toe project

Notifications You must be signed in to change notification settings

pelzolga123/rspec-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSpec testing Tic-tac-toe 👋

About The Project

Applying the RSpec testing framework to the Tic-tac-toe game project. Introduction to TDD (Test Driven Development) and the RSpec testing framework. This project was completed as part of the Microverse curriculum.

Built With

  • Ruby
  • RSpec

Development

  • Clone project
git clone https://github.com/pelzolga123/rspec-tic-tac-toe.git
  • Install RSpec
bundle install rspec
  • Run tests
rspec

Authors

👤 Olga Pelts

👤 Michael McGee

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

  1. Fork it (https://github.com/pelzolga123/rspec-tic-tac-toe/fork)
  2. Create your working branch (git checkout -b [choose-a-name])
  3. Commit your changes (git commit -am 'what this commit will fix/add')
  4. Push to the branch (git push origin feature/[feature-name])
  5. Create a new Pull Request

About

Applying RSpec testing to the Tic-tac-toe project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages