mirror of
https://github.com/starship/starship.git
synced 2024-11-22 08:14:10 +01:00
fix: Don't run tests for ruby outside of the integration tests (#155)
This commit is contained in:
parent
717ee3339e
commit
e250e71019
@ -20,6 +20,7 @@ fn folder_without_ruby_files() -> io::Result<()> {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn folder_with_gemfile() -> io::Result<()> {
|
||||
let dir = common::new_tempdir()?;
|
||||
File::create(dir.path().join("Gemfile"))?;
|
||||
@ -36,6 +37,7 @@ fn folder_with_gemfile() -> io::Result<()> {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn folder_with_rb_file() -> io::Result<()> {
|
||||
let dir = common::new_tempdir()?;
|
||||
File::create(dir.path().join("any.rb"))?;
|
||||
|
Loading…
Reference in New Issue
Block a user