Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
7451cd5
comment out unused specs
drusepth May 21, 2021
5e0e85d
remove cucumber
drusepth May 21, 2021
1d380db
remove better_errors
drusepth May 21, 2021
79ba60f
remove capybara
drusepth May 21, 2021
9de0e46
remove factorybot
drusepth May 21, 2021
9c75029
remove guard
drusepth May 21, 2021
a1dc586
clean slate tests
drusepth May 21, 2021
434f3f0
clean config files
drusepth May 21, 2021
2361578
remove linker tests
drusepth May 21, 2021
699b9a8
comment out more tests
drusepth May 21, 2021
6fe86c5
Add test command to readme
drusepth May 21, 2021
f13e791
remove linker fixtures
drusepth May 21, 2021
a8c4e96
remove more fixtures
drusepth May 21, 2021
30ee8a6
rebuild test db
drusepth May 21, 2021
77ab502
just... comment them all out
drusepth May 21, 2021
2af5748
first passing test
drusepth May 21, 2021
960ea5b
move commented out tests
drusepth May 22, 2021
b45f71f
don't compile js in test env
drusepth May 22, 2021
120a763
i guess we probably should compile js in test env but i dunno how, so…
drusepth May 22, 2021
27a623c
eod
drusepth May 22, 2021
d920543
add smoke tests for MainController
drusepth May 22, 2021
0e4b466
remove skylight config
drusepth May 22, 2021
f0a05b4
move tests to another dir temporarily
drusepth May 22, 2021
f876451
add some tests for user/universe/pages
drusepth May 24, 2021
a5e2432
Merge branch 'master' into travis-2021
drusepth May 24, 2021
903de11
Merge branch 'master' into travis-2021
drusepth May 24, 2021
a544daf
Merge branch 'travis-2021' of github.com:indentlabs/notebook into tra…
drusepth May 24, 2021
fb647aa
revise tests action
drusepth May 24, 2021
7fda9bd
add ruby 3 to tests matrix
drusepth May 24, 2021
fcb2ba3
remove perf test
drusepth May 24, 2021
6d362b5
manually compile js in action step
drusepth May 24, 2021
76fb623
remove ruby3 from tests
drusepth May 24, 2021
72ad2e4
try assets:precompile instead
drusepth May 24, 2021
1d3cecd
set up node manually
drusepth May 24, 2021
16e0f3e
update node
drusepth May 24, 2021
194e14f
check out setup{} format
drusepth May 24, 2021
c7de9ff
remove travis
drusepth May 24, 2021
8630d7d
Merge branch 'master' into travis-2021
drusepth May 27, 2021
c400df3
recompile gemfile
drusepth May 27, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove better_errors
  • Loading branch information
drusepth committed May 21, 2021
commit 1d380dbf626e405ce2659d3b5502420b701c5af0
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ group :test, :production do
end

group :test do
gem 'better_errors'
gem 'capybara'
gem 'codeclimate-test-reporter', require: false
gem 'database_cleaner'
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1169,10 +1169,6 @@ GEM
multi_json (~> 1)
statsd-ruby (~> 1.1)
bcrypt (3.1.16)
better_errors (2.9.1)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
bindex (0.8.1)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
Expand Down Expand Up @@ -1657,7 +1653,6 @@ DEPENDENCIES
aws-sdk (~> 3.0)
aws-sdk-s3
barnes
better_errors
binding_of_caller
birch!
bullet
Expand Down