Skip to content

TDD restaurant billing system - #2

Open
horlahlekhon wants to merge 2 commits into
LagosScala:masterfrom
horlahlekhon:master
Open

TDD restaurant billing system#2
horlahlekhon wants to merge 2 commits into
LagosScala:masterfrom
horlahlekhon:master

Conversation

@horlahlekhon

Copy link
Copy Markdown

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

Comment thread build.sbt Outdated
settings(
inThisBuild(List(
organization := "com.lagosscala",
organization := "com.example",

Copy link
Copy Markdown
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

Comment thread build.sbt Outdated
version := "0.1.0-SNAPSHOT"
)),
name := "tdd-restuarant-billing-system",
name := "restaurant-billing-system",

Copy link
Copy Markdown
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