Skip to content
Snippets Groups Projects
Commit 61caca14 authored by Steve Purcell's avatar Steve Purcell
Browse files

Rename sqlint_spec to linter_spec

parent 5a7a004a
Branches
No related tags found
No related merge requests found
require_relative '../lib/sqlint' require_relative '../lib/sqlint'
RSpec.describe SQLint do RSpec.describe SQLint::Linter do
WIBBLE_ERROR = 'syntax error at or near "WIBBLE"' WIBBLE_ERROR = 'syntax error at or near "WIBBLE"'
let(:filename) { "some/file/here.sql" } let(:filename) { "some/file/here.sql" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment