Skip to content

Commit

Permalink
Corrected forced packaging feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Nov 29, 2008
1 parent b1b1dda commit 858ea34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/package.feature
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Feature: Distribute native extension with gems
And a extension 'extension_one' with forced platform 'universal-unknown'
And I've already successfully executed rake task 'compile'
And 'pkg' folder is deleted
When rake task 'native gem' is invoked
Then rake task 'native gem' succeeded
When rake task 'native:universal-unknown gem' is invoked
Then rake task 'native:universal-unknown gem' succeeded
And 'pkg' folder is created
And ruby gem for 'my_project' version '0.1.0' do exist in 'pkg'
And a gem for 'my_project' version '0.1.0' platform 'universal-unknown' do exist in 'pkg'

0 comments on commit 858ea34

Please sign in to comment.