Skip to content

Commit 40ebba6

Browse files
authored
Update README.md (#2)
1 parent 38f57b9 commit 40ebba6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ However, I'm open to the idea of making it more focused and making these more pl
1212

1313
## Installation
1414

15-
```Gemfile
15+
```ruby
1616
gem 'interactify'
1717
```
1818

@@ -39,6 +39,9 @@ end
3939
```ruby
4040
# e.g. in spec/supoort/interactify.rb
4141
require 'interactify/rspec/matchers'
42+
43+
expect(described_class).to expect_inputs(:foo, :bar, :baz)
44+
expect(described_class).to promise_outputs(:fee, :fi, :fo, :fum)
4245
```
4346

4447
### Syntactic Sugar

0 commit comments

Comments
 (0)