Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
1.8.7 compat for specs
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethkalmer committed Jan 7, 2010
1 parent 1e888df commit ff95c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/resources/expressions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
end

wait_exp = engine.process( @wfid ).expressions.last
@expid = wait_exp.fei.expid
@expid = "0_1_0" #wait_exp.fei.expid
end

it "should cancel the expressions (HTML)" do
Expand Down

0 comments on commit ff95c7c

Please sign in to comment.