Skip to content

Commit 2d438bc

Browse files
committed
Update example
1 parent d9aa932 commit 2d438bc

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

example/test/songs.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: Songs
22

33
Scenario: Available songs
4-
Given the following songs
4+
Given the following {'Good'} songs
55
| 'artist' | 'title' |
66
| 'The Beatles' | 'Let It Be' |
77
| 'Camel' | 'Slow yourself down' |

example/test/songs_test.dart

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import 'package:bdd_widget_test/data_table.dart' as bdd;
22
import 'package:flutter_test/flutter_test.dart';
33

4-
/// Usage: the following songs
5-
Future<void> theFollowingSongs(WidgetTester tester, bdd.DataTable dataTable) async {
4+
/// Usage: the following {'Good'} songs
5+
Future<void> theFollowingSongs(
6+
WidgetTester tester, String param1, bdd.DataTable dataTable) async {
67
throw UnimplementedError();
78
}

0 commit comments

Comments
 (0)