Created
July 30, 2017 00:15
-
-
Save AndyObtiva/34009221421034c88c09f9ac3ae39ec3 to your computer and use it in GitHub Desktop.
Ultra Light Wizard Spec It Statement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it 'provides a rails generator when installed in a sample Rails app' do | |
result = system "cd #{app_rails_copy} | |
rails generate ultra_light_wizard:scaffold project steps:basic_info,detail,file_upload,preview attributes:name:string,description:text,start_date:datetime,delivery_date:datetime | |
rake db:migrate | |
rake" | |
expect(result).to be_truthy | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment