Skip to content

Commit

Permalink
Rename src/ module
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsmithse committed Oct 13, 2019
1 parent 2aaf05a commit a4f572c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/monzo.cr_spec.cr → spec/monzo_spec.cr
@@ -1,6 +1,6 @@
require "./spec_helper"

describe Monzo.cr do
describe Monzo do
# TODO: Write tests

it "works" do
Expand Down
2 changes: 1 addition & 1 deletion src/monzo.cr.cr → src/monzo.cr
@@ -1,5 +1,5 @@
# TODO: Write documentation for `Monzo.cr`
module Monzo.cr
module Monzo
VERSION = "0.1.0"

# TODO: Put your code here
Expand Down

0 comments on commit a4f572c

Please sign in to comment.