Skip to content

Commit 1f2a105

Browse files
committed
Added description to composer.json and updated AsDeferTest execution logic
1 parent 2e4a800 commit 1f2a105

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "fraction/fraction",
3+
"description": "A small Laravel package that simplifies your experience with the Action Pattern.",
34
"type": "library",
45
"license": "MIT",
56
"autoload": {

tests/Feature/Execution/AsDeferTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
->toBeTrue()
7070
->and(__exists('four'))
7171
->toBeTrue();
72-
})->skip('Implement when DeferUsing is ready');
72+
});
7373

7474
test('ensure then order', function () {
7575
$builder = execute('one', function () {

0 commit comments

Comments
 (0)