program/prb1.rb in origen_testers-0.13.1 vs program/prb1.rb in origen_testers-0.13.2

- old
+ new

@@ -1,11 +1,11 @@ -# An instance of the interface is -# passed in here, iterators and other -# argument passing will be supported -# similar to Pattern.create. -Flow.create interface: 'OrigenTesters::Test::Interface' do - - self.resources_filename = 'prb1' - - import 'components/prb1_main' - -end +# An instance of the interface is +# passed in here, iterators and other +# argument passing will be supported +# similar to Pattern.create. +Flow.create interface: 'OrigenTesters::Test::Interface' do + + self.resources_filename = 'prb1' + + import 'components/prb1_main' + +end