Skip to content
Snippets Groups Projects
Commit 8783c924 authored by Frank Blaauw's avatar Frank Blaauw
Browse files

Rubcop

parent 08069f6f
Branches
Tags
1 merge request!25Fb update all gems
Pipeline #
......@@ -2,6 +2,6 @@
module Fizzy
module Api
VERSION = '0.1.4'.freeze
VERSION = '0.1.4'
end
end
# frozen_string_literal: true
FactoryBot.define do
factory :basic_auth_session do
initialize_with { new(username: 'some_username', password: 'some_password', fizzy_url: 'http://fizzy.dev') }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment