Skip to content

Commit

Permalink
Fix bin install feature step. [test]
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Mar 20, 2012
1 parent cb1e55f commit 8715559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/features/step_definitions/install_steps.rb
Expand Up @@ -30,7 +30,8 @@

Then /the project's exectuables should be installed to the site_ruby bin location$/ do
entries = installed_files
entries.assert.include?('/usr/bin/faux')
#entries.assert.any? { |path| /bin\/faux$/ =~ path }
entries.assert.include?("#{Config::CONFIG['bindir']}/faux")
end

Then /the project's libraries should be installed to the site_ruby lib location$/ do
Expand Down

0 comments on commit 8715559

Please sign in to comment.