Skip to content

Commit

Permalink
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/truffle/tags/truffle/attachments/attach_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
fails:Truffle::Attachments.attach allows multiple blocks to be installed on the same line and runs them in the order they were attached
fails:Truffle::Attachments.attach allows write access to local variables in the block
fails:Truffle::Attachments.attach runs the block before running the line
fails:Truffle::Attachments.attach returns nil
fails:Truffle::Attachments.attach installs a block to be run on a line
fails:Truffle::Attachments.attach allows multiple blocks to be installed on the same line and runs them in an indeterminate order
fails:Truffle::Attachments.attach supplies a Binding to the block
fails:Truffle::Attachments.attach allows read access to local variables in the block
2 changes: 2 additions & 0 deletions spec/truffle/tags/truffle/attachments/detach_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fails:Truffle::Attachments.attach removes a previous attachment
fails:Truffle::Attachments.attach removes multiple previous attachments

0 comments on commit 1f426a5

Please sign in to comment.