Sha256: 00f8ec9d75163f6128cfe9fc91cf5102ed13bbb551819ef44b8bb06de8a228bf
Contents?: true
Size: 339 Bytes
Versions: 12
Compression:
Stored size: 339 Bytes
Contents
require "spec_helper" RSpec.describe "Database" do before :all do drop_dummy_database remove_project_directory create_dummy_project end it "adds the Strong Migrations gem to Gemfile" do gemfile_content = IO.read("#{project_path}/Gemfile") expect(gemfile_content).to include("gem 'strong_migrations'") end end
Version data entries
12 entries across 12 versions & 1 rubygems