Unit Test Results - All tests

Executed 18 tests without a single error or failure!

FirstProductServiceSpec

Executed 5 tests without a single error or failure!

test LowestPrice

Executed in 0.269 seconds.

test HighestPrice

Executed in 0.048 seconds.

test AveragePrice

Executed in 0.106 seconds.

test idealPrice

Executed in 0.053 seconds.

test numberOfPricesCollected

Executed in 0.046 seconds.

PriceControllerSpec

Executed 7 tests without a single error or failure!

Test the index action returns the correct model

Executed in 6.304 seconds.

Test the create action returns the correct model

Executed in 0.185 seconds.

Test the save action correctly persists an instance

Executed in 0.703 seconds.

Test that the show action returns the correct model

Executed in 0.081 seconds.

Test that the edit action returns the correct model

Executed in 0.104 seconds.

Test the update action performs an update on a valid domain instance

Executed in 0.148 seconds.

Test that the delete action deletes an instance if it exists

Executed in 0.151 seconds.

ProductControllerSpec

Executed 6 tests without a single error or failure!

Test the index action returns the correct model

Executed in 0.431 seconds.

Test the create action returns the correct model

Executed in 0.064 seconds.

Test the save action correctly persists an instance

Executed in 0.12 seconds.

Test that the edit action returns the correct model

Executed in 0.041 seconds.

Test the update action performs an update on a valid domain instance

Executed in 0.088 seconds.

Test that the delete action deletes an instance if it exists

Executed in 0.071 seconds.