Skip to content

Commit

Permalink
Move specs
Browse files Browse the repository at this point in the history
  • Loading branch information
hunchr committed Nov 6, 2024
1 parent fc770c1 commit 9fabfe4
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 16 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/gemfiles
/spec/dummy/log
/spec/dummy/storage
/spec/dummy/tmp

/Gemfile.lock
/spec/dummy/Gemfile.lock
1 change: 0 additions & 1 deletion bin/check
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env sh
set -eu

cd spec/dummy
bundle exec rspec --fail-fast=3 -f documentation
6 changes: 0 additions & 6 deletions spec/dummy/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion spec/dummy/.ruby-version

This file was deleted.

5 changes: 0 additions & 5 deletions spec/dummy/Gemfile

This file was deleted.

1 change: 0 additions & 1 deletion spec/dummy/config/credentials.yml.enc

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

RSpec.describe "Hotsheet" do
require "spec_helper"

RSpec.describe "Hotsheet::VERSION" do
it "has a version number" do
expect(Hotsheet::VERSION).not_to be_nil
end
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy/spec/spec_helper.rb → spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ENV["RAILS_ENV"] = "test"

require_relative "../config/environment"
require_relative "dummy/config/environment"
require "database_cleaner-active_record"
require "rspec/rails"
require "selenium-webdriver"
Expand Down
File renamed without changes.

0 comments on commit 9fabfe4

Please sign in to comment.