Sha256: c646220451aa70eba1a976d12b7b586be0bf1572b1a86c46e8d58bb44459db65
Contents?: true
Size: 335 Bytes
Versions: 1
Compression:
Stored size: 335 Bytes
Contents
require 'rails_helper' feature 'Without pending migration scripts' do scenario "Checks the ActiveRecord Migration UI gem doesn't show up" do given_no_migration_script_exist when_i_access_the_app then_i_should_see_the_dummy_app end def then_i_should_see_the_dummy_app expect(page).to be_the_dummy_app end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_record_migration_ui-0.1.2 | spec/features/without_pending_migration_scripts_spec.rb |