mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-01 01:04:00 +00: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]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn folder_with_gemfile() -> io::Result<()> {
|
fn folder_with_gemfile() -> io::Result<()> {
|
||||||
let dir = common::new_tempdir()?;
|
let dir = common::new_tempdir()?;
|
||||||
File::create(dir.path().join("Gemfile"))?;
|
File::create(dir.path().join("Gemfile"))?;
|
||||||
@ -36,6 +37,7 @@ fn folder_with_gemfile() -> io::Result<()> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn folder_with_rb_file() -> io::Result<()> {
|
fn folder_with_rb_file() -> io::Result<()> {
|
||||||
let dir = common::new_tempdir()?;
|
let dir = common::new_tempdir()?;
|
||||||
File::create(dir.path().join("any.rb"))?;
|
File::create(dir.path().join("any.rb"))?;
|
||||||
|
Loading…
Reference in New Issue
Block a user