Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TDD restaurant billing system #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

horlahlekhon
Copy link

TDD-Restaurant-Billing-System

This is a restaurant billing system to fulfil exercise on LagosScala https://github.com/LagosScala/TDD-Restaurant-Billing-System

To configure:

sbt

the above will download sbt dependcencies and the only dependency for the projects ScalaTest

To run

sbt run

the 'run' command will run the interactive command prompt version where you can enter a goods and recieve feedback as well as do what the exercise was meant to do... this isnt part of the exercise i presume, but am just so less busy.....thank you.

To compile

sbt compile

To run the tests

sbt test

build.sbt Outdated
@@ -3,10 +3,10 @@ import Dependencies._
lazy val root = (project in file(".")).
settings(
inThisBuild(List(
organization := "com.lagosscala",
organization := "com.example",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this back to lagosscala

build.sbt Outdated
scalaVersion := "2.12.7",
version := "0.1.0-SNAPSHOT"
)),
name := "tdd-restuarant-billing-system",
name := "restaurant-billing-system",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do revert this back also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants