Friday, September 20, 2024 12:07:02 AM
> settings

Customize


Authenticate

> esm_spec.rb
# frozen_string_literal: true

describe ESM do
  it "should load the config" do
    expect(ESM.config).not_to be_nil
  end

  it "should load ENV" do
    expect(ESM.env.test?).to be(true)
  end

  it "should have a valid bot" do
    expect(ESM.bot).not_to be_nil
  end

  it "should have i18n loaded" do
    expect(I18n.t(:test)).to eq("This is a test")
  end
end
All opinions represented herein are my own
- © 2024 itsthedevman
- build 3c15a1b